Skip to content

Commit 3db6f15

Browse files
committed
ci
1 parent 6962b97 commit 3db6f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
command_script: |
108108
export PYTORCH_ENABLE_XPU_FALLBACK=1
109109
export PYTORCH_TEST_WITH_SLOW=1
110-
timeout 10000 python run_test_with_skip.py \
110+
timeout 100000 python run_test_with_skip.py \
111111
2>$GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_skip_test_error.log | \
112112
tee $GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_skip_test.log
113113
cp *.xml $GITHUB_WORKSPACE/ut_log
@@ -128,7 +128,7 @@ jobs:
128128
# when XPU implementatoin is done.
129129
# test_foreach, test_decomp
130130
# Run with only
131-
timeout 10000 python run_test_with_only.py \
131+
timeout 100000 python run_test_with_only.py \
132132
2>$GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_only_test_error.log | \
133133
tee $GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_only_test.log
134134
cp op_ut_with_only.xml $GITHUB_WORKSPACE/ut_log

0 commit comments

Comments
 (0)