Skip to content

Commit

Permalink
CI: Increase the default ctest timeout to 1 hour
Browse files Browse the repository at this point in the history
We seem to be brushing up against the 1500s limit (25 minutes) on both
macOS and Linux+GCC workflows. As we keep importing more WPT tests, we
will exasperate the issue.
  • Loading branch information
trflynn89 committed Nov 28, 2024
1 parent 971c04d commit aeaa284
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
run: ctest --preset Sanitizer --output-on-failure --test-dir Build --timeout 3600
env:
TESTS_ONLY: 1

Expand Down

0 comments on commit aeaa284

Please sign in to comment.