test: Bump walletpassphrase timeouts to avoid intermittent issues

This commit is contained in:
MarcoFalke
2023-09-04 16:43:57 +02:00
parent 0e3de3b83e
commit fa28f5a381
6 changed files with 15 additions and 15 deletions

View File

@@ -173,7 +173,7 @@ class WalletDumpTest(BitcoinTestFramework):
# encrypt wallet, restart, unlock and dump
self.nodes[0].encryptwallet('test')
self.nodes[0].walletpassphrase('test', 100)
self.nodes[0].walletpassphrase("test", 999000)
# Should be a no-op:
self.nodes[0].keypoolrefill()
self.nodes[0].dumpwallet(wallet_enc_dump)