From 01ca74d0fb4b2e1f41ca0b22fd6659be21715272 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 28 Sep 2022 10:33:15 +1000 Subject: [PATCH] Create a new cached state image every 12 hours (#5191) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/deploy-gcp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index e727df0dd..34e505fe7 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -96,7 +96,7 @@ env: EXTRA_LOG_LINES: 200 # How many blocks to wait before creating an updated cached state image. # 1 day is approximately 1152 blocks. - CACHED_STATE_UPDATE_LIMIT: 1152 + CACHED_STATE_UPDATE_LIMIT: 576 jobs: # set up the test, if it doesn't use any cached state