diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index d6e6cd48a..adb7a0119 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -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)