Skip to content

Commit 4b63715

Browse files
committed
Lower CI timeout to expected runtime for faster failures
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 4121f29 commit 4b63715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
NOX_SESSION: ${{ matrix.nox-session }}
8080
run: nox -R -e "$NOX_SESSION"
81-
timeout-minutes: 10
81+
timeout-minutes: 2
8282

8383
# This job runs if all the `nox` matrix jobs ran and succeeded.
8484
# It is only used to have a single job that we can require in branch
@@ -185,7 +185,7 @@ jobs:
185185
--platform linux/${{ matrix.arch }} \
186186
localhost/nox-cross-arch:latest \
187187
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
188-
timeout-minutes: 30
188+
timeout-minutes: 6
189189

190190
# This ensures that the runner has access to the pip cache.
191191
- name: Reset pip cache ownership

0 commit comments

Comments
 (0)