Skip to content

Commit ba2a0c1

Browse files
Limit concurrent jobs [ci] (#1444)
* Limit concurrent jobs [ci] * Run pypy together with linux * Update timeout to 10mn instead of 5 Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent daddb46 commit ba2a0c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ jobs:
249249
prepare-tests-windows:
250250
name: Prepare tests for Python ${{ matrix.python-version }} (Windows)
251251
runs-on: windows-latest
252-
timeout-minutes: 5
252+
timeout-minutes: 10
253+
needs: pytest-linux
253254
strategy:
254255
matrix:
255256
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]

0 commit comments

Comments
 (0)