Skip to content

Commit 29c6ab6

Browse files
committed
Bump timeout
1 parent 5015a98 commit 29c6ab6

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
@@ -142,7 +142,7 @@ jobs:
142142
test:
143143
name: test on ${{ matrix.python-version }} (${{ matrix.install.name }})
144144
runs-on: ubuntu-latest
145-
timeout-minutes: 15
145+
timeout-minutes: 20
146146
strategy:
147147
fail-fast: false
148148
matrix:
@@ -198,7 +198,7 @@ jobs:
198198
test-lowest-versions:
199199
name: test on ${{ matrix.python-version }} (lowest-versions)
200200
runs-on: ubuntu-latest
201-
timeout-minutes: 15
201+
timeout-minutes: 20
202202
strategy:
203203
fail-fast: false
204204
matrix:

0 commit comments

Comments
 (0)