We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e482ab6 commit df93cb3Copy full SHA for df93cb3
.github/workflows/ci.yml
@@ -633,7 +633,7 @@ jobs:
633
runs-on: ubuntu-22.04
634
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
635
needs: [smoke-tests, build-test-local-minimal-matrix]
636
- timeout-minutes: 75
+ timeout-minutes: 120
637
strategy:
638
fail-fast: false
639
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
0 commit comments