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

View File

@ -140,6 +140,9 @@ function launch_testnet() {
if [[ $NUMBER_OF_CLIENT_NODES -gt 0 ]]; then if [[ $NUMBER_OF_CLIENT_NODES -gt 0 ]]; then
execution_step "Starting ${NUMBER_OF_CLIENT_NODES} client nodes" execution_step "Starting ${NUMBER_OF_CLIENT_NODES} client nodes"
"${REPO_ROOT}"/net/net.sh startclients "$maybeClientOptions" "$CLIENT_OPTIONS" "${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 fi
SECONDS=0 SECONDS=0