We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be5d94 commit 3d95e81Copy full SHA for 3d95e81
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
name: test-explicit
41
needs: [test-standard]
42
runs-on: ubuntu-latest
43
- timeout-minutes: 90
+ timeout-minutes: 120
44
# test-explicit failures are non-blocking only for PRs whose base is not main, or for pushes to dev.
45
# They remain blocking for PRs into main and for pushes to main (aligned with branch-protection intent).
46
continue-on-error: ${{ (github.event_name == 'pull_request' && github.base_ref != 'main') || (github.event_name == 'push' && github.ref == 'refs/heads/dev') }}
0 commit comments