From 33bfb69868fbb1f035a7ecc40671f86d1106c9cb Mon Sep 17 00:00:00 2001 From: Joe Matthew Date: Sun, 11 Aug 2024 18:39:51 +0200 Subject: [PATCH] fix: increase timeout --- .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 ba0084e..cf6dfd1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: --builder ${{ steps.buildx.outputs.name }}' - name: Test image - timeout-minutes: 10 + timeout-minutes: ${{ matrix.arch == 'amd64' && 10 || 30 }} run: | make docker env: