Skip to content

Commit 4a7519e

Browse files
committed
Set cross-arch-ci timeout to 8 minutes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent c9c1181 commit 4a7519e

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)