From f161f48ad2bc03e14fba39358b3bd396aa821fc5 Mon Sep 17 00:00:00 2001 From: woocash2 <59764862+woocash2@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:35:40 +0200 Subject: [PATCH] A0-4265: Increase all sync from snapshot tests timeouts (#1801) Increase the timeouts again, this time to significantly larger values to prevent not meaningful test failures. --- .../workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml | 2 +- .github/workflows/sync-from-snapshot-mainnet-paritydb.yml | 2 +- .github/workflows/sync-from-snapshot-mainnet.yml | 2 +- .../workflows/sync-from-snapshot-testnet-paritydb-pruned.yml | 2 +- .github/workflows/sync-from-snapshot-testnet-paritydb.yml | 2 +- .github/workflows/sync-from-snapshot-testnet.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml index e655b8bfd1..4041c99eac 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml @@ -35,7 +35,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: 90 steps: - name: Checkout source code uses: actions/checkout@v4 diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml index e58f6444c0..9913d26536 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb.yml @@ -35,7 +35,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: 360 steps: - name: Checkout source code uses: actions/checkout@v4 diff --git a/.github/workflows/sync-from-snapshot-mainnet.yml b/.github/workflows/sync-from-snapshot-mainnet.yml index d759e7ce9d..8fa0e98571 100644 --- a/.github/workflows/sync-from-snapshot-mainnet.yml +++ b/.github/workflows/sync-from-snapshot-mainnet.yml @@ -35,7 +35,7 @@ jobs: needs: [build-production-aleph-node] name: Download snapshot and run runs-on: [self-hosted, Linux, X64, medium-1000GB] - timeout-minutes: 500 + timeout-minutes: 600 steps: - name: Checkout source code uses: actions/checkout@v4 diff --git a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml index 446993f899..6eb9f4f68f 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: 65 + timeout-minutes: 90 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 89b02f7a7b..75cc5af927 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: 260 + timeout-minutes: 360 steps: - name: Checkout source code uses: actions/checkout@v4 diff --git a/.github/workflows/sync-from-snapshot-testnet.yml b/.github/workflows/sync-from-snapshot-testnet.yml index 4159746037..993060a3db 100644 --- a/.github/workflows/sync-from-snapshot-testnet.yml +++ b/.github/workflows/sync-from-snapshot-testnet.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: 450 + timeout-minutes: 600 steps: - name: Checkout source code uses: actions/checkout@v4