Skip to content

Commit

Permalink
improved
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Sep 18, 2024
1 parent 3a98cda commit 6d89051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/utils/restart_mscolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def wait_until_mscolab_server_alive(max_wait=10, interval=0.5):

# Check if the max wait time has passed
if time.time() - start_time > max_wait:
print("Waited for 10 seconds, butd MSColab server is still not alive.")
print(f"Waited for {max_wait} seconds, but MSColab server is still not alive.")
break

# Wait for short interval before checking server status again
Expand Down

0 comments on commit 6d89051

Please sign in to comment.