Update server timeout time in AMD CI. (#6953)

This commit is contained in:
Sai Enduri
2025-06-07 15:10:27 -07:00
committed by GitHub
parent 515ef4facb
commit 77e928d00e
2 changed files with 5 additions and 2 deletions

View File

@@ -109,6 +109,9 @@ else:
)
DEFAULT_URL_FOR_TEST = f"http://127.0.0.1:{DEFAULT_PORT_FOR_SRT_TEST_RUNNER + 1000}"
if is_in_amd_ci():
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH = 3000
def call_generate_lightllm(prompt, temperature, max_tokens, stop=None, url=None):
assert url is not None