From 2858c3e907bf5be446f184c3ba1305ef60da0a9b Mon Sep 17 00:00:00 2001 From: woocash2 <59764862+woocash2@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:16:37 +0200 Subject: [PATCH] A0-4265: Inc testnet sync from snapshot remaining timeouts (#1782) ## 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 --- .../workflows/sync-from-snapshot-testnet-paritydb-pruned.yml | 2 +- .github/workflows/sync-from-snapshot-testnet-paritydb.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml index c9f8983e9f..446993f899 100644 --- a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml @@ -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 diff --git a/.github/workflows/sync-from-snapshot-testnet-paritydb.yml b/.github/workflows/sync-from-snapshot-testnet-paritydb.yml index f6ace8085c..89b02f7a7b 100644 --- a/.github/workflows/sync-from-snapshot-testnet-paritydb.yml +++ b/.github/workflows/sync-from-snapshot-testnet-paritydb.yml @@ -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