Skip to content

Commit 2dd5604

Browse files
committed
Update timetout
1 parent 472ff15 commit 2dd5604

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/mainnet/Base_Mainnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def run_test_for_node(node, index):
240240

241241
try:
242242
remote_dkg = DKG(
243-
NodeHTTPProvider(f"{remote_node['hostname']}:{OT_NODE_PORT}", "v1", timeout=(60, 120)),
243+
NodeHTTPProvider(f"{remote_node['hostname']}:{OT_NODE_PORT}", "v1", timeout=(120, 180)),
244244
BlockchainProvider(BLOCKCHAIN),
245245
{"max_number_of_retries": 90, "frequency": 2}
246246
)

tests/mainnet/Gnosis_Mainnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def run_test_for_node(node, index):
155155
os.environ["PRIVATE_KEY"] = private_key
156156

157157
dkg = DKG(
158-
NodeHTTPProvider(f"{node['hostname']}:{OT_NODE_PORT}", "v1", timeout=(60, 120)),
158+
NodeHTTPProvider(f"{node['hostname']}:{OT_NODE_PORT}", "v1", timeout=(120, 180)),
159159
BlockchainProvider(BLOCKCHAIN),
160160
{"max_number_of_retries": 90, "frequency": 2}
161161
)

tests/mainnet/Neuroweb_Mainnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def run_test_for_node(node, index):
155155
os.environ["PRIVATE_KEY"] = private_key
156156

157157
dkg = DKG(
158-
NodeHTTPProvider(f"{node['hostname']}:{OT_NODE_PORT}", "v1", timeout=(60, 120)),
158+
NodeHTTPProvider(f"{node['hostname']}:{OT_NODE_PORT}", "v1", timeout=(120, 180)),
159159
BlockchainProvider(BLOCKCHAIN),
160160
{"max_number_of_retries": 90, "frequency": 2}
161161
)

0 commit comments

Comments
 (0)