Skip to content

Commit bf00d5e

Browse files
authored
Increase timeout limts [ci] (#1446)
1 parent ba2a0c1 commit bf00d5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
prepare-base:
1717
name: Prepare base dependencies
1818
runs-on: ubuntu-latest
19-
timeout-minutes: 5
19+
timeout-minutes: 10
2020
outputs:
2121
python-key: ${{ steps.generate-python-key.outputs.key }}
2222
pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }}
@@ -77,7 +77,7 @@ jobs:
7777
formatting:
7878
name: Run pre-commit checks
7979
runs-on: ubuntu-latest
80-
timeout-minutes: 5
80+
timeout-minutes: 10
8181
needs: prepare-base
8282
steps:
8383
- name: Check out code from GitHub
@@ -120,7 +120,7 @@ jobs:
120120
prepare-tests-linux:
121121
name: Prepare tests for Python ${{ matrix.python-version }} (Linux)
122122
runs-on: ubuntu-latest
123-
timeout-minutes: 5
123+
timeout-minutes: 10
124124
strategy:
125125
matrix:
126126
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
@@ -333,7 +333,7 @@ jobs:
333333
prepare-tests-pypy:
334334
name: Prepare tests for Python ${{ matrix.python-version }}
335335
runs-on: ubuntu-latest
336-
timeout-minutes: 5
336+
timeout-minutes: 10
337337
strategy:
338338
matrix:
339339
python-version: ["pypy-3.6"]

0 commit comments

Comments
 (0)