diff --git a/itests/common.bash b/itests/common.bash index 1e2d5e4..e085f7d 100644 --- a/itests/common.bash +++ b/itests/common.bash @@ -248,7 +248,7 @@ _verify() { log "Verifying ledger is empty" FAILED=1 - _check_ledger + _retry _check_ledger FAILED=0 }