Skip ledger verification on restart to avoid timing out net/ (#6468)

automerge
This commit is contained in:
Michael Vines 2019-10-21 09:27:45 -07:00 committed by Grimes
parent eb3093d43e
commit dec9272813
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ maybe_deploy_software() {
(
echo "--- net.sh restart"
set -x
time net/net.sh restart --skip-setup -t "$CHANNEL_OR_TAG" "$arg"
time net/net.sh restart --skip-setup -t "$CHANNEL_OR_TAG" --skip-ledger-verify "$arg"
) || ok=false
if ! $ok; then
net/net.sh logs