Skip to content

Commit

Permalink
server: tests: add log in server start to identify why the server doe…
Browse files Browse the repository at this point in the history
…s not listen on the CI
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent b38b9e6 commit 70e9055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/tests/features/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 70e9055

Please sign in to comment.