From fd5015263d2591724843624e9a36b08ff55c41ec Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:57:14 +0800 Subject: [PATCH] Increase pytest timeout for XPU test (#4665) --- scripts/run_ci_xpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_ci_xpu.sh b/scripts/run_ci_xpu.sh index 65f7c67e5..469364706 100644 --- a/scripts/run_ci_xpu.sh +++ b/scripts/run_ci_xpu.sh @@ -191,7 +191,7 @@ cd xDeepEP bash build.sh cd - -python -m pytest -s --timeout=300 tests/ci_use/XPU_45T/run_ep.py +python -m pytest -s --timeout=600 tests/ci_use/XPU_45T/run_ep.py ep_exit_code=$? unset BKCL_ENABLE_XDR