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