We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034de13 commit 7f910c1Copy full SHA for 7f910c1
1 file changed
tests/e2e/test_e2e_pipeline.py
@@ -53,6 +53,7 @@ def phoenix_server():
53
# specifically hit the status endpoint
54
urllib.request.urlopen("http://localhost:6006/status", timeout=2)
55
print("Phoenix server is up and running.")
56
+ time.sleep(5) # Wait for OTLP receivers to fully spin up
57
break
58
except Exception:
59
# Also check if process crashed early
0 commit comments