Skip to content

Commit

Permalink
increase rpc timeout to check whether debug mode functional tests can…
Browse files Browse the repository at this point in the history
… pass
  • Loading branch information
Naviabheeman committed Dec 3, 2024
1 parent 71e4e16 commit 1603129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self):
self.nodes = []
self.network_thread = None
self.mocktime = 0
self.rpc_timewait = 60 # Wait for up to 60 seconds for the RPC server to respond
self.rpc_timewait = 180 # Wait for up to 60 seconds for the RPC server to respond
self.supports_cli = False
self.bind_to_localhost_only = True
self.signblockpubkey = "025700236c2890233592fcef262f4520d22af9160e3d9705855140eb2aa06c35d3"
Expand Down

0 comments on commit 1603129

Please sign in to comment.