Skip to content

Commit c88299b

Browse files
authored
Increase test-timeout limit because we have more tests now (#848)
1 parent 9925a6d commit c88299b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
test:
5555
name: Test with ${{ matrix.python-version }} on ${{ matrix.os }}
5656
runs-on: ${{ matrix.os }}
57-
timeout-minutes: 10
57+
timeout-minutes: 20
5858
strategy:
5959
fail-fast: false
6060
matrix:
@@ -76,7 +76,7 @@ jobs:
7676
name: Build docs with ${{ matrix.python-version }} on ${{ matrix.os }} (runs examples
7777
and benchmarks)
7878
runs-on: ${{ matrix.os }}
79-
timeout-minutes: 10
79+
timeout-minutes: 15
8080
strategy:
8181
fail-fast: false
8282
matrix:

0 commit comments

Comments
 (0)