Skip to content

Commit

Permalink
qa-tests: increase test time of sync-from-scratch for minimal node (#…
Browse files Browse the repository at this point in the history
…11256)

the last few runs of the test did not complete on time
  • Loading branch information
mriccobene authored Jul 22, 2024
1 parent 5289acc commit 9aa37a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa-sync-from-scratch-minimal-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
jobs:
minimal-node-sync-from-scratch-test:
runs-on: self-hosted
timeout-minutes: 800
timeout-minutes: 1500 # 25 hours
env:
ERIGON_DATA_DIR: ${{ github.workspace }}/erigon_data
ERIGON_QA_PATH: /home/qarunner/erigon-qa
TRACKING_TIME_SECONDS: 7200 # 2 hours
TOTAL_TIME_SECONDS: 43200 # 12 hours
TOTAL_TIME_SECONDS: 86400 # 24 hours
CHAIN: mainnet

steps:
Expand Down

0 comments on commit 9aa37a0

Please sign in to comment.