Skip to content

Commit

Permalink
Rollback to time.sleep(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardusrendy committed Feb 26, 2024
1 parent 8480c0d commit fdbe4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alab_management/scripts/launch_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def launch_lab(host, port, debug):
task_launcher_thread.start()

while True:
time.sleep(0.1)
time.sleep(1)
if not experiment_manager_thread.is_alive():
sys.exit(1001)

Expand Down

0 comments on commit fdbe4b1

Please sign in to comment.