diff --git a/.github/workflows/replay-verify.yaml b/.github/workflows/replay-verify.yaml index 89ffff493f1b7..ae44009412ac8 100644 --- a/.github/workflows/replay-verify.yaml +++ b/.github/workflows/replay-verify.yaml @@ -74,7 +74,7 @@ jobs: # workflow config RUNS_ON: "high-perf-docker-with-local-ssd" TIMEOUT_MINUTES: 180 - MAX_VERSIONS_PER_RANGE: 1800000 + MAX_VERSIONS_PER_RANGE: 2000000 replay-mainnet: if: | @@ -98,7 +98,7 @@ jobs: # workflow config RUNS_ON: "high-perf-docker-with-local-ssd" TIMEOUT_MINUTES: 180 - MAX_VERSIONS_PER_RANGE: 1000000 + MAX_VERSIONS_PER_RANGE: 800000 test-replay: if: ${{ (github.event_name == 'pull_request') && contains(github.event.pull_request.labels.*.name, 'CICD:test-replay')}} @@ -119,4 +119,4 @@ jobs: # workflow config RUNS_ON: "high-perf-docker-with-local-ssd" TIMEOUT_MINUTES: 120 # increase test replay timeout to capture more flaky errors - MAX_VERSIONS_PER_RANGE: 1800000 + MAX_VERSIONS_PER_RANGE: 2000000