Skip to content

Commit 7f910c1

Browse files
committed
test(e2e): add startup delay to phoenix tracing fixture to fix timeouts
1 parent 034de13 commit 7f910c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/test_e2e_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def phoenix_server():
5353
# specifically hit the status endpoint
5454
urllib.request.urlopen("http://localhost:6006/status", timeout=2)
5555
print("Phoenix server is up and running.")
56+
time.sleep(5) # Wait for OTLP receivers to fully spin up
5657
break
5758
except Exception:
5859
# Also check if process crashed early

0 commit comments

Comments
 (0)