Use level-1 (quiet) busy memory check in chunked-prefill and streaming tests (#27303)

This commit is contained in:
Liangsheng Yin
2026-06-04 17:04:27 -04:00
committed by GitHub
parent 687cfe9198
commit cd98d97037
2 changed files with 3 additions and 3 deletions
@@ -29,7 +29,7 @@ class TestMixedChunkedPrefill(GSM8KMixin, CustomTestCase):
@classmethod
def setUpClass(cls):
with envs.SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_BUSY.override(2):
with envs.SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_BUSY.override(1):
cls.process = popen_launch_server(
cls.model,
cls.base_url,