Skip to content

Commit

Permalink
fixup: Ensure maximum timeout for testnet full sync
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Jul 16, 2024
1 parent 22dba6e commit 5a46786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-bootstrap-testnet-full-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
check_bootstrap_testnet_full_sync:
name: Check Bootstrap (testnet,full-sync)
runs-on: avalanche-avalanchego
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 5a46786

Please sign in to comment.