Skip to content

Commit 8fc09a8

Browse files
authored
Merge pull request intel#888 from duanhanbing/shliclel706-sandbox-topic
Modify test time limit for llvm_test_suite_sycl to fix CMPLRTST-16359
2 parents 7e01447 + 0d424fa commit 8fc09a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

timelimit.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<suites>
44
<suite suiteName="llvm_test_suite" testTimeLimit="3600" suiteTimeLimit="3600" />
5-
<suite suiteName="llvm_test_suite_sycl" testTimeLimit="7200" />
5+
<suite suiteName="llvm_test_suite_sycl" testTimeLimit="7200">
6+
<tests>
7+
<test testName="esimd_histogram_raw_send" testTimeLimit="600" />
8+
<test testName="esimd_vadd_raw_send" testTimeLimit="600" />
9+
<test testName="hierpar_hier_par_wgscope_o0" testTimeLimit="600" />
10+
</tests>
11+
</suite>
612
<suite suiteName="llvm_test_suite_sycl_valgrind" testTimeLimit="7200" suiteTimeLimit="7200" />
713
</suites>

0 commit comments

Comments
 (0)