mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 89d7229c9c into merged_master (Bitcoin PR #16420)
This commit is contained in:
commit
bae56b4d8e
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
Add a link
Reference in a new issue