Skip to content

Commit

Permalink
Increase integration test timeout to 30m (#2118)
Browse files Browse the repository at this point in the history
Current runtime is ~13min under normal circumstances. Extending timeout
to 30min which should be generous enough.

(At the time that this current 15min timeout was added, integration
tests took 5 minutes to run).
  • Loading branch information
minestarks authored Jan 22, 2025
1 parent f086caf commit 778cf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

integration-tests:
name: Integration tests
timeout-minutes: 15
timeout-minutes: 30
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-14]
Expand Down

0 comments on commit 778cf40

Please sign in to comment.