Skip to content
Snippets Groups Projects
Commit 5f38fbb4 authored by istmxrein's avatar istmxrein
Browse files

flush logs print

parent 8c26999d
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def provision_server(
break
except openstack.exceptions.ResourceTimeout as e:
time_difference = time.time() - start_time
print(f"Waiting for server to start ({time_difference}s)")
print(f"Waiting for server to start ({time_difference}s)", flush=True)
if time_difference > 500:
raise e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment