Skip to content

Commit

Permalink
Add timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-attack committed Sep 18, 2024
1 parent 214fe6a commit e6ccaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: cmake build
run: cmake --build .
- name: Run Tests
run: cd tests && ctest --output-on-failure -VV
run: cd tests && ctest -VV --timeout 5

0 comments on commit e6ccaaa

Please sign in to comment.