Skip to content

Commit 73359d7

Browse files
authored
ci: increase timeout (PyPy slow) (#465)
PyPy is starting to timeout. Increase timeouts a bit. Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 82a7688 commit 73359d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
lint:
1919
name: Format
2020
runs-on: ubuntu-latest
21-
timeout-minutes: 5
21+
timeout-minutes: 8
2222
steps:
2323
- uses: actions/checkout@v3
2424
with:
@@ -43,7 +43,7 @@ jobs:
4343
Check 🐍 ${{ matrix.python-version }} • CMake ${{ matrix.cmake-version }}
4444
on ${{ matrix.runs-on }}
4545
runs-on: ${{ matrix.runs-on }}
46-
timeout-minutes: 30
46+
timeout-minutes: 40
4747
strategy:
4848
fail-fast: false
4949
matrix:
@@ -114,7 +114,7 @@ jobs:
114114
min:
115115
name: Min 🐍 ${{ matrix.python-version }} on ${{ matrix.runs-on }}
116116
runs-on: ${{ matrix.runs-on }}
117-
timeout-minutes: 30
117+
timeout-minutes: 40
118118
strategy:
119119
fail-fast: false
120120
matrix:
@@ -142,7 +142,7 @@ jobs:
142142
cygwin:
143143
name: Tests on 🐍 3.9 • cygwin
144144
runs-on: windows-latest
145-
timeout-minutes: 30
145+
timeout-minutes: 40
146146

147147
steps:
148148
- uses: actions/checkout@v3
@@ -166,7 +166,7 @@ jobs:
166166
msys:
167167
name: Tests on 🐍 3 • msys UCRT
168168
runs-on: windows-latest
169-
timeout-minutes: 20
169+
timeout-minutes: 30
170170

171171
defaults:
172172
run:
@@ -198,7 +198,7 @@ jobs:
198198
mingw64:
199199
name: Tests on 🐍 3 • mingw64
200200
runs-on: windows-latest
201-
timeout-minutes: 20
201+
timeout-minutes: 30
202202

203203
defaults:
204204
run:
@@ -277,7 +277,7 @@ jobs:
277277
if: always()
278278
needs: [lint, checks, min, cygwin, dist, docs]
279279
runs-on: ubuntu-latest
280-
timeout-minutes: 1
280+
timeout-minutes: 2
281281
steps:
282282
- name: Decide whether the needed jobs succeeded or failed
283283
uses: re-actors/alls-green@release/v1

0 commit comments

Comments
 (0)