Skip to content

Commit

Permalink
Hold for supermajority after a snapshot is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Jun 8, 2020
1 parent 1bdd475 commit 640a614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-test/testnet-automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ function launch_testnet() {
# shellcheck disable=SC2086
"${REPO_ROOT}"/net/net.sh start -t "$CHANNEL" \
-c idle=$NUMBER_OF_CLIENT_NODES $maybeStartAllowBootFailures \
--gpu-mode $startGpuMode $GENESIS_OPTIONS --wait-for-supermajority 0
--gpu-mode $startGpuMode $GENESIS_OPTIONS --wait-for-supermajority 256
else
# shellcheck disable=SC2068
# shellcheck disable=SC2086
"${REPO_ROOT}"/net/net.sh start -T solana-release*.tar.bz2 \
-c idle=$NUMBER_OF_CLIENT_NODES $maybeStartAllowBootFailures \
--gpu-mode $startGpuMode $GENESIS_OPTIONS --wait-for-supermajority 0
--gpu-mode $startGpuMode $GENESIS_OPTIONS --wait-for-supermajority 256
fi

execution_step "Waiting for bootstrap validator's stake to fall below ${BOOTSTRAP_VALIDATOR_MAX_STAKE_THRESHOLD}%"
Expand Down

0 comments on commit 640a614

Please sign in to comment.