From 92e3a8d8160d5734bc25d607f3c7e7b605b8b4c7 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 19 Dec 2023 15:31:51 +0000 Subject: [PATCH] Increase container-sync workflow timeout to 720 minutes When there is a full set of new images we often see timeouts after 6h. Increase to 12h. --- .github/workflows/container-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container-sync.yml b/.github/workflows/container-sync.yml index bc77c2d5..586e1228 100644 --- a/.github/workflows/container-sync.yml +++ b/.github/workflows/container-sync.yml @@ -29,6 +29,7 @@ jobs: container-sync: name: Sync container repositories runs-on: [self-hosted, stackhpc-release-train] + timeout-minutes: 720 steps: - name: Checkout uses: actions/checkout@v3