Skip to content

Commit 059f131

Browse files
committed
Merge bitcoin#28820: tests: Increase wallet_miniscript.py rpc timeout to 90 seconds
6559e4d tests: Increase wallet_miniscript.py rpc timeout to 90 seconds (Andrew Chow) Pull request description: 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. ACKs for top commit: kevkevinpal: but increasing seems fine ACK [6559e4d](bitcoin@6559e4d) maflcko: lgtm ACK 6559e4d Tree-SHA512: 1b7bf94c77f85a0deddb1384aacbeb934205d0a630fecc8e75a4a98d1946d77d9bca36692fb6c1ab8e9276392f617281aafc4c685c248a8d3b0c77f896cda624
2 parents 1162d04 + 6559e4d commit 059f131

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)