server: tests: add log in server start to identify why the server does not listen on the CI

This commit is contained in:
Pierrick HYMBERT 2024-02-23 01:46:08 +01:00
parent b38b9e60a1
commit 70e90558ae

View file

@ -90,7 +90,7 @@ def step_start_server(context):
attempts += 1
if attempts > 20:
assert False, "server not started"
print("waiting for server to start...")
print(f"waiting for server to start, connect error code = {result}...")
time.sleep(0.1)