Skip to content

Commit

Permalink
fix: increase to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 20, 2024
1 parent 895f0a0 commit e25fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/seed-protonet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit e25fae7

Please sign in to comment.