Update testnet-automation.sh (#10250)

automerge
This commit is contained in:
Dan Albert 2020-05-26 14:02:24 -06:00 committed by GitHub
parent 4e431bc818
commit 1cd1988207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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