Skip to content

Commit

Permalink
[replay] adjust replay timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemitenkov committed Oct 16, 2024
1 parent bae8688 commit 4a31c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
BACKUP_CONFIG_TEMPLATE_PATH: terraform/helm/fullnode/files/backup/gcs.yaml
# workflow config
RUNS_ON: "high-perf-docker-with-local-ssd"
TIMEOUT_MINUTES: 180
TIMEOUT_MINUTES: 240
MAX_VERSIONS_PER_RANGE: 2000000

replay-mainnet:
Expand All @@ -96,7 +96,7 @@ jobs:
BACKUP_CONFIG_TEMPLATE_PATH: terraform/helm/fullnode/files/backup/gcs.yaml
# workflow config
RUNS_ON: "high-perf-docker-with-local-ssd"
TIMEOUT_MINUTES: 180
TIMEOUT_MINUTES: 240
MAX_VERSIONS_PER_RANGE: 800000

test-replay:
Expand Down

0 comments on commit 4a31c6e

Please sign in to comment.