QA: Fix race condition in wallet_encryption test
This commit is contained in:
parent
e5abb59a9a
commit
024ecd7e01
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class WalletEncryptionTest(BitcoinTestFramework):
|
|||
assert_equal(privkey, self.nodes[0].dumpprivkey(address))
|
||||
|
||||
# Check that the timeout is right
|
||||
time.sleep(2)
|
||||
time.sleep(3)
|
||||
assert_raises_rpc_error(-13, "Please enter the wallet passphrase with walletpassphrase first", self.nodes[0].dumpprivkey, address)
|
||||
|
||||
# Test wrong passphrase
|
||||
|
|
Loading…
Add table
Reference in a new issue