We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ac691 commit 3e26b81Copy full SHA for 3e26b81
.github/workflows/integration-test.yml
@@ -38,7 +38,7 @@ jobs:
38
needs: [runtime-matrix]
39
name: Integration Tests - ${{ matrix.runtime.name }}
40
runs-on: ubuntu-latest
41
- timeout-minutes: 120
+ timeout-minutes: 240
42
strategy:
43
matrix:
44
runtime: ${{ fromJSON(needs.runtime-matrix.outputs.runtime) }}
0 commit comments