Skip to content

Commit e4fee3b

Browse files
Skip crash
1 parent 8b330b1 commit e4fee3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ jobs:
274274
call conda activate windows_ci
275275
set PYTORCH_TEST_WITH_SLOW=1
276276
set PYTORCH_ENABLE_XPU_FALLBACK=1
277+
set PYTEST_ADDOPTS=-v --timeout 600 --timeout_method=thread -n 1
277278
cd ../pytorch/third_party/torch-xpu-ops/test/xpu/
278279
python run_test_with_skip_lnl.py
279280
if not exist "%GITHUB_WORKSPACE%\ut_log" mkdir "%GITHUB_WORKSPACE%\ut_log"

0 commit comments

Comments
 (0)