parent
4e431bc818
commit
1cd1988207
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue