Skip to content

Commit 526d30d

Browse files
committed
revert time wait
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 78ea9af commit 526d30d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/e2e/pd_disaggreate/test_pd_e2e.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ def start_and_test_pipeline():
7575
proc = subprocess.Popen(["bash", SCRIPT_PATH])
7676
try:
7777
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)
78+
wait_for_port(PROXY_PORT, 1200)
79+
wait_for_port(DECODE_PORT, 1200)
8180

8281
# request
8382
payload = {

0 commit comments

Comments
 (0)