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