From 3f1d94dd87d0dbb85bb538faed1bbb6c10979ccd Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 16 Feb 2023 04:12:30 +1000 Subject: [PATCH] Run lightwalletd full sync in multi-job mode (#6164) --- .github/workflows/continous-integration-docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 4f0bb12c..2501edc4 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -490,6 +490,8 @@ jobs: test_id: lwd-full-sync test_description: Test lightwalletd full sync test_variables: '-e TEST_LWD_FULL_SYNC=1 -e ZEBRA_TEST_LIGHTWALLETD=1 -e ZEBRA_FORCE_USE_COLOR=1 -e ZEBRA_CACHED_STATE_DIR=/var/cache/zebrad-cache -e LIGHTWALLETD_DATA_DIR=/var/cache/lwd-cache' + # This test runs for (just) longer than 6 hours, so it needs multiple jobs + is_long_test: true needs_zebra_state: true needs_lwd_state: false saves_to_disk: true