Skip to content

Commit 6559e4d

Browse files
committed
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.
1 parent 82ea4e7 commit 6559e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_miniscript.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def add_options(self, parser):
208208

209209
def set_test_params(self):
210210
self.num_nodes = 1
211+
self.rpc_timeout = 180
211212

212213
def skip_test_if_missing_module(self):
213214
self.skip_if_no_wallet()

0 commit comments

Comments
 (0)