Skip to content

Commit

Permalink
fixup: Increase timeout for mainnet jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Jul 24, 2024
1 parent 87e53c0 commit 4f6b08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-bootstrap-mainnet-full-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check_bootstrap_mainnet_full_sync:
name: Check Bootstrap (mainnet,full-sync)
runs-on: avalanche-avalanchego
timeout-minutes: 4320 # 3 days
timeout-minutes: 7200 # 5 days, maximum allowed for jobs running on a self-hosted runner
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-bootstrap-mainnet-state-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check_bootstrap_mainnet_state_sync:
name: Check Bootstrap (mainnet,state-sync)
runs-on: avalanche-avalanchego
timeout-minutes: 4320 # 3 days
timeout-minutes: 7200 # 5 days, maximum allowed for jobs running on a self-hosted runner
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4f6b08b

Please sign in to comment.