Skip to content

Commit 7c219ac

Browse files
authored
Set cross-arch-ci timeout to 8 minutes (#110)
2 parents c9c1181 + 4a7519e commit 7c219ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 6
188+
timeout-minutes: 8
189189

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

0 commit comments

Comments
 (0)