Skip to content

Commit 6b40201

Browse files
committed
fix: reduce waiting time to avoid deletion of logs
1 parent a718b15 commit 6b40201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def wait_and_monitor_status(self, organization_id, workspace_id, runner_id, run_
5151
if time() - start_time > max_time:
5252
logger.error("Max monitoring time reached, exiting.")
5353
return status
54-
sleep(2)
54+
sleep(1)
5555
except Exception as e:
5656
logger.error(f"Failed to monitor scenario: {str(e)}")
5757
raise

0 commit comments

Comments
 (0)