Skip to content

Commit 970465f

Browse files
committed
add timeout to hanging test
Signed-off-by: Nick Hill <[email protected]>
1 parent 4f5cde4 commit 970465f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/async_engine/test_api_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def api_server(distributed_executor_backend: str):
5252
uvicorn_process.terminate()
5353

5454

55+
@pytest.mark.timeout(300)
5556
@pytest.mark.parametrize("distributed_executor_backend", ["mp", "ray"])
5657
def test_api_server(api_server, distributed_executor_backend: str):
5758
"""

0 commit comments

Comments
 (0)