Skip to content

Commit d1ac691

Browse files
committed
doubled test timeout
1 parent 1442637 commit d1ac691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [runtime-matrix]
3939
name: Integration Tests - ${{ matrix.runtime.name }}
4040
runs-on: ubuntu-latest
41-
timeout-minutes: 60
41+
timeout-minutes: 120
4242
strategy:
4343
matrix:
4444
runtime: ${{ fromJSON(needs.runtime-matrix.outputs.runtime) }}

0 commit comments

Comments
 (0)