Skip to content

Commit

Permalink
Wait 3 secs after removing password (for wallet save)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Feb 28, 2021
1 parent 3bbefff commit b618776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apitest/scripts/mainnet-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
[ "$status" -eq 0 ]
echo "actual output: $output" >&2
[ "$output" = "wallet decrypted" ]
sleep 1
sleep 3
}

@test "test getbalance when wallet available & unlocked with 0 btc balance" {
Expand Down

0 comments on commit b618776

Please sign in to comment.