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 78ea9af commit 526d30dCopy full SHA for 526d30d
tests/e2e/pd_disaggreate/test_pd_e2e.py
@@ -75,9 +75,8 @@ def start_and_test_pipeline():
75
proc = subprocess.Popen(["bash", SCRIPT_PATH])
76
try:
77
print("Waiting for proxy port to be available...")
78
- # TODO: revert me to 1200 after model downloaded
79
- wait_for_port(PROXY_PORT, 12000)
80
- wait_for_port(DECODE_PORT, 12000)
+ wait_for_port(PROXY_PORT, 1200)
+ wait_for_port(DECODE_PORT, 1200)
81
82
# request
83
payload = {
0 commit comments