mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Wait 3 secs after removing password (for wallet save)
This commit is contained in:
parent
3bbefffb9c
commit
b618776b1b
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user