Skip to content

Commit

Permalink
Increases timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Aug 15, 2024
1 parent 94defb5 commit a1d300a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def local_chain(request):
# Pattern match indicates node is compiled and ready
pattern = re.compile(r"Imported #1")

# Time out of 15 minutes
def wait_for_node_start(process, pattern, timeout=900):
# Time out of 20 minutes
def wait_for_node_start(process, pattern, timeout=1200):
start_time = time.time()
while True:
# Check if we've exceeded the timeout
Expand Down

0 comments on commit a1d300a

Please sign in to comment.