Skip to content

Commit f96dfe4

Browse files
authored
Raise CI tests timeout to 15min (#3247)
1 parent d8af1cf commit f96dfe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
test:
139139
name: test on ${{ matrix.python-version }} (${{ matrix.install.name }})
140140
runs-on: ubuntu-latest
141-
timeout-minutes: 10
141+
timeout-minutes: 15
142142
strategy:
143143
fail-fast: false
144144
matrix:
@@ -183,7 +183,7 @@ jobs:
183183
test-lowest-versions:
184184
name: test on ${{ matrix.python-version }} (lowest-versions)
185185
runs-on: ubuntu-latest
186-
timeout-minutes: 10
186+
timeout-minutes: 15
187187
strategy:
188188
fail-fast: false
189189
matrix:

0 commit comments

Comments
 (0)