Skip to content

Commit

Permalink
A0-4265: Inc testnet sync from snapshot remaining timeouts (#1782)
Browse files Browse the repository at this point in the history
## Description

Test `Sync from snapshot, Testnet, RocksDB` got an increase of timeout
recently from `360` to `390` minutes.
Increase timeouts of the remaining two sync from snapshot test by the
same percentage (`390/360=8.(3)%`).
`Sync from snapshot, Testnet, ParityDB non-pruned`: `240 -> 260`
`Sync from snapshot, Testnet, ParityDB pruned`: `60 -> 65`

## Checklist:

* I have made neccessary updates to the Infrastructure
  • Loading branch information
woocash2 authored Jul 12, 2024
1 parent c422b99 commit 2858c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: [build-production-aleph-node]
name: Download snapshot and run
runs-on: [self-hosted, Linux, X64, medium-1000GB]
timeout-minutes: 60
timeout-minutes: 65
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-snapshot-testnet-paritydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: [build-production-aleph-node]
name: Download snapshot and run
runs-on: [self-hosted, Linux, X64, medium-1000GB]
timeout-minutes: 240
timeout-minutes: 260
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2858c3e

Please sign in to comment.