server: tests: add log in server start to identify why the server does not listen on the CI
This commit is contained in:
parent
b38b9e60a1
commit
70e90558ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue