chore: increase fmt timeout (#8820)

This commit is contained in:
Colin Adler
2023-07-31 16:36:53 -05:00
committed by GitHub
parent cb36783e8c
commit b84bba8fd1
+1 -1
View File
@@ -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