Skip to content

Commit

Permalink
test: Bump walletpassphrase timeout to avoid intermittent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jul 17, 2023
1 parent c123e1d commit fa257a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_fundrawtransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def test_locked_wallet(self):
fundedTx = self.nodes[1].fundrawtransaction(rawtx)

# Now we need to unlock.
self.nodes[1].walletpassphrase("test", 600)
self.nodes[1].walletpassphrase("test", 999999)
signedTx = self.nodes[1].signrawtransactionwithwallet(fundedTx['hex'])
self.nodes[1].sendrawtransaction(signedTx['hex'])
self.generate(self.nodes[1], 1)
Expand Down

0 comments on commit fa257a7

Please sign in to comment.