Skip to content

Commit

Permalink
Bump up timeout on Linux Test job. (#10894)
Browse files Browse the repository at this point in the history
The timeout is at 10 mins, a typical execution is 9-9.5 mins, so if
something is just a bit slow the job ends up timing out.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 25, 2021
1 parent 27f9c8c commit 4133614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# actually succeeded, because that just wastes space.
rsync -a out/debug/standalone/ objdir-clone || true
- name: Run Tests
timeout-minutes: 10
timeout-minutes: 20
run: |
scripts/tests/test_suites.sh
- name: Run TV Tests
Expand Down

0 comments on commit 4133614

Please sign in to comment.