Skip to content

Commit 0614ee8

Browse files
authored
qa-tests: improve test timeouts (erigontech#17154)
Cherry pick from erigontech#16824
1 parent a06fa3d commit 0614ee8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/qa-sync-from-scratch-minimal-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
minimal-node-sync-from-scratch-test:
1717
runs-on: [self-hosted, qa, long-running]
18-
timeout-minutes: 740 # 12 hours plus 20 minutes
18+
timeout-minutes: 1440 # 24 hours
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -25,7 +25,7 @@ jobs:
2525
ERIGON_QA_PATH: /home/qarunner/erigon-qa
2626
ERIGON_ASSERT: true
2727
TRACKING_TIME_SECONDS: 7200 # 2 hours
28-
TOTAL_TIME_SECONDS: 43200 # 12 hours
28+
TOTAL_TIME_SECONDS: 43200 # 18 hours
2929
CHAIN: ${{ matrix.chain }}
3030

3131
steps:

.github/workflows/qa-sync-from-scratch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
sync-from-scratch-test:
1717
runs-on: [self-hosted, qa, long-running]
18-
timeout-minutes: 740 # 12 hours plus 20 minutes
18+
timeout-minutes: 1440 # 24 hours
1919
strategy:
2020
fail-fast: false
2121
matrix:

.github/workflows/qa-sync-with-externalcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CL_DATA_DIR: ${{ github.workspace }}/consensus
3030
ERIGON_QA_PATH: /home/qarunner/erigon-qa
3131
TRACKING_TIME_SECONDS: 3600 # 1 hour
32-
TOTAL_TIME_SECONDS: 25200 # 7 hours
32+
TOTAL_TIME_SECONDS: 28800 # 8 hours
3333
ERIGON_ASSERT: true
3434

3535
steps:

0 commit comments

Comments
 (0)