Skip to content

Commit 024ecd7

Browse files
committedJul 18, 2019
QA: Fix race condition in wallet_encryption test
1 parent e5abb59 commit 024ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/functional/wallet_encryption.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run_test(self):
4949
assert_equal(privkey, self.nodes[0].dumpprivkey(address))
5050

5151
# Check that the timeout is right
52-
time.sleep(2)
52+
time.sleep(3)
5353
assert_raises_rpc_error(-13, "Please enter the wallet passphrase with walletpassphrase first", self.nodes[0].dumpprivkey, address)
5454

5555
# Test wrong passphrase

0 commit comments

Comments
 (0)