aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_miniscript.py
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-11-07 18:15:40 -0500
committerAndrew Chow <github@achow101.com>2023-11-07 18:32:28 -0500
commit6559e4d27ac9e8344d1211239cffab427b94bc23 (patch)
tree85831ec4014f0f272cc963bc0dbbe2cffa8d9064 /test/functional/wallet_miniscript.py
parent82ea4e787c791acbc85fd3043dd6bae038cba4f2 (diff)
downloadbitcoin-6559e4d27ac9e8344d1211239cffab427b94bc23.tar.xz
tests: Increase wallet_miniscript.py rpc timeout to 90 seconds
The signing test for the large miniscript can sometimes take longer than the 30 second timeout, depending on the load on my system. Increasing it to 90 seconds seems to be good enough.
Diffstat (limited to 'test/functional/wallet_miniscript.py')
-rwxr-xr-xtest/functional/wallet_miniscript.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/wallet_miniscript.py b/test/functional/wallet_miniscript.py
index e6c8ad545c..67e1283902 100755
--- a/test/functional/wallet_miniscript.py
+++ b/test/functional/wallet_miniscript.py
@@ -208,6 +208,7 @@ class WalletMiniscriptTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
+ self.rpc_timeout = 180
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()