Skip to content

Commit

Permalink
tests: Increase wallet_miniscript.py rpc timeout to 90 seconds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achow101 committed Nov 7, 2023
1 parent 82ea4e7 commit 6559e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/wallet_miniscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def add_options(self, parser):

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()
Expand Down

0 comments on commit 6559e4d

Please sign in to comment.