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.
2 parents a1dcf2e + 9359f8a commit 76fcd9dCopy full SHA for 76fcd9d
qa/rpc-tests/fundrawtransaction.py
@@ -515,7 +515,7 @@ def run_test(self):
515
fundedTx = self.nodes[1].fundrawtransaction(rawTx)
516
517
#now we need to unlock
518
- self.nodes[1].walletpassphrase("test", 100)
+ self.nodes[1].walletpassphrase("test", 600)
519
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
520
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
521
self.nodes[1].generate(1)
0 commit comments