From c0005908d91a524c2488c3a8ecf308847d26b31c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 2 Feb 2023 22:13:25 -0800 Subject: [PATCH] Increase build timeout limit. --- .github/workflows/container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 9104fc19e..67234552f 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -51,6 +51,6 @@ jobs: EARTHLY_PUSH: true uses: nick-fields/retry@v2 with: - timeout_minutes: 10 + timeout_minutes: 20 max_attempts: 3 command: ./build/develop/container.sh