Skip to content

Commit 0d74e2c

Browse files
authored
ci: set test timeout to 10min (#1608)
1 parent be255a7 commit 0d74e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
test:
129129
name: test on ${{ matrix.python-version }}
130130
runs-on: ubuntu-latest
131-
timeout-minutes: 5
131+
timeout-minutes: 10
132132
strategy:
133133
fail-fast: false
134134
matrix:

0 commit comments

Comments
 (0)