From de5f100d269ad56f37c2f26afd364c6cb3b09376 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 22 Nov 2023 13:59:55 +0300 Subject: [PATCH] ci: Bump Guix build timeout --- .github/workflows/guix-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/guix-build.yml b/.github/workflows/guix-build.yml index ec3a5ff992a420..10ff93b7517b7c 100644 --- a/.github/workflows/guix-build.yml +++ b/.github/workflows/guix-build.yml @@ -9,6 +9,7 @@ jobs: build: runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ] if: contains(github.event.pull_request.labels.*.name, 'guix-build') + timeout-minutes: 720 steps: - name: Checkout uses: actions/checkout@v4 @@ -41,6 +42,7 @@ jobs: cache-to: type=gha,mode=max - name: Run Guix build + timeout-minutes: 720 run: | docker run --privileged -d --rm -t \ --name guix-daemon \