From 7e8180aa59de95643000fd2f010870abf17e4748 Mon Sep 17 00:00:00 2001 From: "Zhong, Ruijie" Date: Wed, 11 Dec 2024 01:34:01 +0000 Subject: [PATCH] remove timeout set --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50c22d507..2b6c521e9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -152,4 +152,4 @@ jobs: call "C:\Program Files (x86)\Intel\oneAPI\ocloc\2024.2\env\vars.bat" set PYTORCH_TEST_WITH_SLOW=1 cd ../pytorch/third_party/torch-xpu-ops/test/xpu/extended/ - timeout 10000 python run_test_with_skip.py \ No newline at end of file + python run_test_with_skip.py \ No newline at end of file