extend timeout for b200 test (#14925)

Co-authored-by: Brayden Zhong <b8zhong@users.noreply.github.com>
This commit is contained in:
b8zhong
2025-12-11 15:43:53 -08:00
committed by GitHub
co-authored by Brayden Zhong
parent 5c8bd8b51b
commit 6107268fe7
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -151,6 +151,7 @@ class Envs:
# Test & Debug
SGLANG_IS_IN_CI = EnvBool(False)
SGLANG_IS_IN_CI_AMD = EnvBool(False)
IS_BLACKWELL = EnvBool(False)
SGLANG_SET_CPU_AFFINITY = EnvBool(False)
SGLANG_PROFILE_WITH_STACK = EnvBool(True)
SGLANG_PROFILE_RECORD_SHAPES = EnvBool(True)