mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
bump test timeouts so that functional tests run in valgrind
This commit is contained in:
@@ -137,7 +137,7 @@ class WalletDumpTest(BitcoinTestFramework):
|
||||
|
||||
# encrypt wallet, restart, unlock and dump
|
||||
self.nodes[0].encryptwallet('test')
|
||||
self.nodes[0].walletpassphrase('test', 10)
|
||||
self.nodes[0].walletpassphrase('test', 100)
|
||||
# Should be a no-op:
|
||||
self.nodes[0].keypoolrefill()
|
||||
self.nodes[0].dumpwallet(wallet_enc_dump)
|
||||
|
Reference in New Issue
Block a user