Merge 89d7229c9c into merged_master (Bitcoin PR #16420)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:07 +00:00
commit bae56b4d8e

View file

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