aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_dump.py
diff options
context:
space:
mode:
authorMicky Yun Chan <[email protected]>2019-12-18 14:54:25 +0800
committerMicky Yun Chan <[email protected]>2020-01-25 15:51:35 +0800
commit2d23082cbe4641175d752a5969f67cdadf1afcea (patch)
tree99c97bfda49497de34cbda28efd44cd1ae606170 /test/functional/wallet_dump.py
parentMerge #17764: doc: Add formatting to the good first issue template (diff)
downloaddiscoin-2d23082cbe4641175d752a5969f67cdadf1afcea.tar.xz
discoin-2d23082cbe4641175d752a5969f67cdadf1afcea.zip
bump test timeouts so that functional tests run in valgrind
Diffstat (limited to 'test/functional/wallet_dump.py')
-rwxr-xr-xtest/functional/wallet_dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_dump.py b/test/functional/wallet_dump.py
index 53edf710b..a39dfc789 100755
--- a/test/functional/wallet_dump.py
+++ b/test/functional/wallet_dump.py
@@ -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)