There was an error while loading. Please reload this page.
1 parent 198cf6d commit a0132d2Copy full SHA for a0132d2
1 file changed
run/simulation.py
@@ -34,7 +34,7 @@ def start(self, organization_id, workspace_id, runner_id):
34
logger.info(f"Started run {run}: {run.id}")
35
return run
36
37
- def wait_and_monitor_status(self, organization_id, workspace_id, runner_id, run_id, max_time=60):
+ def wait_and_monitor_status(self, organization_id, workspace_id, runner_id, run_id, max_time=120):
38
"""Monitor the execution of a run."""
39
start_time = time()
40
while True:
0 commit comments