Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b84bba8

Browse files
authored
chore: increase fmt timeout (#8820)
1 parent cb36783 commit b84bba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
needs: changes
204204
if: needs.changes.outputs.offlinedocs-only == 'false' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
205205
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
206-
timeout-minutes: 5
206+
timeout-minutes: 7
207207
steps:
208208
- name: Checkout
209209
uses: actions/checkout@v3

0 commit comments

Comments
 (0)