Skip ledger verification on restart to avoid timing out net/ (#6468)
automerge
This commit is contained in:
parent
eb3093d43e
commit
dec9272813
|
@ -216,7 +216,7 @@ maybe_deploy_software() {
|
||||||
(
|
(
|
||||||
echo "--- net.sh restart"
|
echo "--- net.sh restart"
|
||||||
set -x
|
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
|
) || ok=false
|
||||||
if ! $ok; then
|
if ! $ok; then
|
||||||
net/net.sh logs
|
net/net.sh logs
|
||||||
|
|
Loading…
Reference in New Issue