From 4a7519ea92c7747f428a85ba70a207401bd0d8cc Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Fri, 28 Feb 2025 15:50:12 +0100 Subject: [PATCH] Set cross-arch-ci timeout to 8 minutes Signed-off-by: Mathias L. Baumann --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32e7a30..b3874fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -185,7 +185,7 @@ jobs: --platform linux/${{ matrix.arch }} \ localhost/nox-cross-arch:latest \ bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}" - timeout-minutes: 6 + timeout-minutes: 8 # This ensures that the runner has access to the pip cache. - name: Reset pip cache ownership