chore: update CI test est_time values (#38238)
Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
BUILD_AND_RUN_TIMEOUT_S = 900
|
||||
RUST_WORKSPACE = Path(__file__).resolve().parents[3] / "rust"
|
||||
register_cpu_ci(est_time=900, suite="base-a-test-cpu")
|
||||
register_cpu_ci(est_time=153, suite="base-a-test-cpu")
|
||||
|
||||
|
||||
# Exported by _pr-test-stage-cpu.yml as the negation of the check-changes
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD_AND_RUN_TIMEOUT_S = 900
|
||||
RUST_WORKSPACE = Path(__file__).resolve().parents[3] / "rust"
|
||||
SGLANG_RADIX_TREE_MANIFEST = RUST_WORKSPACE / "sglang-radix-tree" / "Cargo.toml"
|
||||
|
||||
register_cpu_ci(est_time=900, suite="base-a-test-cpu")
|
||||
register_cpu_ci(est_time=80, suite="base-a-test-cpu")
|
||||
|
||||
|
||||
@unittest.skipIf(
|
||||
|
||||
@@ -18,7 +18,7 @@ from sglang.srt.rust_extensions.torch_build import torch_build_configuration
|
||||
from sglang.test.ci.ci_register import register_cpu_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cpu_ci(est_time=5, suite="base-a-test-cpu")
|
||||
register_cpu_ci(est_time=11, suite="base-a-test-cpu")
|
||||
|
||||
|
||||
def _hold_filesystem_lock(path: str, ready, release) -> None:
|
||||
|
||||
Reference in New Issue
Block a user