Skip to content

Commit

Permalink
Add retry if ledger has not been cleanedup yet
Browse files Browse the repository at this point in the history
  • Loading branch information
stlava committed Aug 20, 2024
1 parent bfd8842 commit 4883860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ _verify() {

log "Verifying ledger is empty"
FAILED=1
_check_ledger
_retry _check_ledger
FAILED=0
}

Expand Down

0 comments on commit 4883860

Please sign in to comment.