Skip to content

Commit

Permalink
Revert "CI: Increase the default ctest timeout to 1 hour"
Browse files Browse the repository at this point in the history
This reverts commit aeaa284.

This didn't actually help. It appears we actually just get stuck, so
increasing the timeout to an hour just makes CI take longer.
  • Loading branch information
trflynn89 committed Nov 28, 2024
1 parent aeaa284 commit 20899d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lagom-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Test
if: ${{ inputs.fuzzer == 'NO_FUZZ' }}
working-directory: ${{ github.workspace }}
run: ctest --preset Sanitizer --output-on-failure --test-dir Build --timeout 3600
run: ctest --preset Sanitizer --output-on-failure --test-dir Build
env:
TESTS_ONLY: 1

Expand Down

0 comments on commit 20899d7

Please sign in to comment.