Skip to content

Commit 9359f8a

Browse files
committed
Wallet needs to stay unlocked for whole test
1 parent 72bf1b3 commit 9359f8a

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
@@ -498,7 +498,7 @@ def run_test(self):
498498
fundedTx = self.nodes[1].fundrawtransaction(rawTx)
499499

500500
#now we need to unlock
501-
self.nodes[1].walletpassphrase("test", 100)
501+
self.nodes[1].walletpassphrase("test", 600)
502502
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
503503
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
504504
self.nodes[1].generate(1)

0 commit comments

Comments
 (0)