Sync from v0.13
This commit is contained in:
6
tests/v1/shutdown/utils.py
Normal file
6
tests/v1/shutdown/utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
||||
"""Shutdown test utils"""
|
||||
|
||||
SHUTDOWN_TEST_TIMEOUT_SEC = 120
|
||||
SHUTDOWN_TEST_THRESHOLD_BYTES = 2 * 2**30
|
||||
Reference in New Issue
Block a user