File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
command_script : |
108
108
export PYTORCH_ENABLE_XPU_FALLBACK=1
109
109
export PYTORCH_TEST_WITH_SLOW=1
110
- timeout 10000 python run_test_with_skip.py \
110
+ timeout 100000 python run_test_with_skip.py \
111
111
2>$GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_skip_test_error.log | \
112
112
tee $GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_skip_test.log
113
113
cp *.xml $GITHUB_WORKSPACE/ut_log
@@ -128,7 +128,7 @@ jobs:
128
128
# when XPU implementatoin is done.
129
129
# test_foreach, test_decomp
130
130
# Run with only
131
- timeout 10000 python run_test_with_only.py \
131
+ timeout 100000 python run_test_with_only.py \
132
132
2>$GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_only_test_error.log | \
133
133
tee $GITHUB_WORKSPACE/ut_log/op_ut/op_ut_with_only_test.log
134
134
cp op_ut_with_only.xml $GITHUB_WORKSPACE/ut_log
You can’t perform that action at this time.
0 commit comments