We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9925a6d commit c88299bCopy full SHA for c88299b
1 file changed
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
test:
55
name: Test with ${{ matrix.python-version }} on ${{ matrix.os }}
56
runs-on: ${{ matrix.os }}
57
- timeout-minutes: 10
+ timeout-minutes: 20
58
strategy:
59
fail-fast: false
60
matrix:
@@ -76,7 +76,7 @@ jobs:
76
name: Build docs with ${{ matrix.python-version }} on ${{ matrix.os }} (runs examples
77
and benchmarks)
78
79
+ timeout-minutes: 15
80
81
82
0 commit comments