From 1cd1988207b31f4d8f1ccede3e42161f7abe04fe Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 26 May 2020 14:02:24 -0600 Subject: [PATCH] Update testnet-automation.sh (#10250) automerge --- system-test/testnet-automation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 613cb48605..9b94a18b2f 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -140,6 +140,9 @@ function launch_testnet() { if [[ $NUMBER_OF_CLIENT_NODES -gt 0 ]]; then execution_step "Starting ${NUMBER_OF_CLIENT_NODES} client nodes" "${REPO_ROOT}"/net/net.sh startclients "$maybeClientOptions" "$CLIENT_OPTIONS" + # It takes roughly 3 minutes from the time the client nodes return from starting to when they have finished loading the + # accounts file and actually start sending transactions + sleep 180 fi SECONDS=0