Skip to content

Commit a6d9c56

Browse files
committed
Increased e2e tests timeout in CI configuration
1 parent 0d937b9 commit a6d9c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
end_to_end_tests:
1111
name: 'Node ${{ matrix.node-version }}'
1212
runs-on: ubuntu-22.04
13-
timeout-minutes: 10
13+
timeout-minutes: 20
1414

1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)