From e25fae70e1a2793a6531a3182c5bad31b39d9ee9 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Fri, 20 Sep 2024 17:49:06 -0400 Subject: [PATCH] fix: increase to 10 seconds --- .github/scripts/seed-protonet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/seed-protonet.sh b/.github/scripts/seed-protonet.sh index 4009c3e3e7..29b6c3b153 100755 --- a/.github/scripts/seed-protonet.sh +++ b/.github/scripts/seed-protonet.sh @@ -7,7 +7,7 @@ set -ex # broadcast mode of `block` in order to # minimize the chance tx's fail due to an # account sequence number mismatch -AVG_SECONDS_BETWEEN_BLOCKS=6.5 +AVG_SECONDS_BETWEEN_BLOCKS=10 # configure kava binary to talk to the desired chain endpoint kava config node "${CHAIN_API_URL}"