Skip to content

Commit e290330

Browse files
committed
set 90s timeout
Signed-off-by: Linkun Chen <github@lkchen.net>
1 parent 91bb7d2 commit e290330

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release/llm_tests/serve/run_llm_serve_release_tests.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ def main(
6565
exit_code = pytest.main(
6666
[
6767
"./probes",
68-
"--timeout=30",
68+
# Some tests (e.g. test_json_mode) take a long time to run,
69+
# so we set a relative long timeout. See
70+
# https://github.com/vllm-project/vllm/issues/14151
71+
"--timeout=90",
6972
"--durations=10",
7073
"-s",
7174
"-vv",

0 commit comments

Comments
 (0)