Skip to content

Commit 76fcd9d

Browse files
author
MarcoFalke
committed
Merge #9309: [qa] Wallet needs to stay unlocked for whole test
9359f8a Wallet needs to stay unlocked for whole test (Alex Morcos)
2 parents a1dcf2e + 9359f8a commit 76fcd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rpc-tests/fundrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def run_test(self):
515515
fundedTx = self.nodes[1].fundrawtransaction(rawTx)
516516

517517
#now we need to unlock
518-
self.nodes[1].walletpassphrase("test", 100)
518+
self.nodes[1].walletpassphrase("test", 600)
519519
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
520520
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
521521
self.nodes[1].generate(1)

0 commit comments

Comments
 (0)