We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5abb59 commit 024ecd7Copy full SHA for 024ecd7
test/functional/wallet_encryption.py
@@ -49,7 +49,7 @@ def run_test(self):
49
assert_equal(privkey, self.nodes[0].dumpprivkey(address))
50
51
# Check that the timeout is right
52
- time.sleep(2)
+ time.sleep(3)
53
assert_raises_rpc_error(-13, "Please enter the wallet passphrase with walletpassphrase first", self.nodes[0].dumpprivkey, address)
54
55
# Test wrong passphrase
0 commit comments