From cbd0c06a9b444fbe531053fd4a91bee5ad503ba1 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Mon, 31 Jul 2023 21:04:29 +0000 Subject: [PATCH] chore: increase fmt 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 e9933a0f89926..ac099410cbdc0 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