Skip to content

Commit 3d95e81

Browse files
committed
Increase test-explicit job timeout to 120 minutes
Raised the timeout for the test-explicit job in ci.yml from 90 to 120 minutes to accommodate longer test runs and reduce premature job failures.
1 parent 4be5d94 commit 3d95e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: test-explicit
4141
needs: [test-standard]
4242
runs-on: ubuntu-latest
43-
timeout-minutes: 90
43+
timeout-minutes: 120
4444
# test-explicit failures are non-blocking only for PRs whose base is not main, or for pushes to dev.
4545
# They remain blocking for PRs into main and for pushes to main (aligned with branch-protection intent).
4646
continue-on-error: ${{ (github.event_name == 'pull_request' && github.base_ref != 'main') || (github.event_name == 'push' && github.ref == 'refs/heads/dev') }}

0 commit comments

Comments
 (0)