From 0e2407da79a815f5f283d8b72e82a1602e47c92c Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 11 May 2023 08:09:38 +1000 Subject: [PATCH] Allow testnet syncs to take longer than 6 hours (#6659) --- .github/workflows/continous-integration-docker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 8144e90e..2fa6bc54 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -479,8 +479,9 @@ jobs: # 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' network: 'Testnet' - # A full testnet sync took about 2 hours in April 2023 - is_long_test: false + # A full testnet sync could take 2-10 hours in April 2023. + # The time varies a lot due to the small number of nodes. + is_long_test: true needs_zebra_state: false saves_to_disk: true disk_suffix: tip