From b84bba8fd1054ea4928a69f5941bd6a35b59b4f6 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Mon, 31 Jul 2023 16:36:53 -0500 Subject: [PATCH] chore: increase fmt timeout (#8820) --- .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 e9933a0f89..ac099410cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -203,7 +203,7 @@ jobs: needs: changes if: needs.changes.outputs.offlinedocs-only == 'false' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main' runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} - timeout-minutes: 5 + timeout-minutes: 7 steps: - name: Checkout uses: actions/checkout@v3