Allow testnet syncs to take longer than 6 hours (#6659)

This commit is contained in:
teor 2023-05-11 08:09:38 +10:00 committed by GitHub
parent 25ca4cc520
commit 0e2407da79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -479,8 +479,9 @@ jobs:
# The value of FULL_SYNC_TESTNET_TIMEOUT_MINUTES is currently ignored. # The value of FULL_SYNC_TESTNET_TIMEOUT_MINUTES is currently ignored.
test_variables: '-e FULL_SYNC_TESTNET_TIMEOUT_MINUTES=0 -e ZEBRA_FORCE_USE_COLOR=1' test_variables: '-e FULL_SYNC_TESTNET_TIMEOUT_MINUTES=0 -e ZEBRA_FORCE_USE_COLOR=1'
network: 'Testnet' network: 'Testnet'
# A full testnet sync took about 2 hours in April 2023 # A full testnet sync could take 2-10 hours in April 2023.
is_long_test: false # The time varies a lot due to the small number of nodes.
is_long_test: true
needs_zebra_state: false needs_zebra_state: false
saves_to_disk: true saves_to_disk: true
disk_suffix: tip disk_suffix: tip