We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bf1b3 commit 9359f8aCopy full SHA for 9359f8a
qa/rpc-tests/fundrawtransaction.py
@@ -498,7 +498,7 @@ def run_test(self):
498
fundedTx = self.nodes[1].fundrawtransaction(rawTx)
499
500
#now we need to unlock
501
- self.nodes[1].walletpassphrase("test", 100)
+ self.nodes[1].walletpassphrase("test", 600)
502
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
503
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
504
self.nodes[1].generate(1)
0 commit comments