There was an error while loading. Please reload this page.
1 parent a718b15 commit 6b40201Copy full SHA for 6b40201
1 file changed
run/simulation.py
@@ -51,7 +51,7 @@ def wait_and_monitor_status(self, organization_id, workspace_id, runner_id, run_
51
if time() - start_time > max_time:
52
logger.error("Max monitoring time reached, exiting.")
53
return status
54
- sleep(2)
+ sleep(1)
55
except Exception as e:
56
logger.error(f"Failed to monitor scenario: {str(e)}")
57
raise
0 commit comments