Wait 3 secs after removing password (for wallet save)

This commit is contained in:
ghubstan 2021-02-27 22:50:14 -03:00
parent 3bbefffb9c
commit b618776b1b
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -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" {