Skip to content

Commit 8b330b1

Browse files
update op ut scope
1 parent 3ad3726 commit 8b330b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
ut_test:
7575
runs-on: ${{ inputs.runner }}
7676
if: ${{ inputs.src_changed == 'true' || inputs.has_label == 'true' }}
77-
timeout-minutes: 900
77+
timeout-minutes: 1200
7878
steps:
7979
- name: Checkout torch-xpu-ops
8080
uses: actions/checkout@v4
@@ -275,7 +275,7 @@ jobs:
275275
set PYTORCH_TEST_WITH_SLOW=1
276276
set PYTORCH_ENABLE_XPU_FALLBACK=1
277277
cd ../pytorch/third_party/torch-xpu-ops/test/xpu/
278-
python run_test_with_skip.py
278+
python run_test_with_skip_lnl.py
279279
if not exist "%GITHUB_WORKSPACE%\ut_log" mkdir "%GITHUB_WORKSPACE%\ut_log"
280280
for %%f in (*.xml) do (
281281
if exist "%%f" (

0 commit comments

Comments
 (0)