Skip to content

Commit 5f7da32

Browse files
authored
Merge pull request intel#1435 from myler/CMPLRTST-18913-xmain
CMPLRTST-18913: add 600s timeout for each test on ATSM
2 parents d27fe2c + 545f178 commit 5f7da32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ sub do_run
639639
if ( is_ats() ) {
640640
$python = "/usr/bin/python3";
641641
$matrix = "-Dmatrix-xmx8=1";
642+
$timeset = "--timeout 600";
642643
$jobset = "-j 1";
643644
} elsif ( is_pvc() ) {
644645
$matrix = "-Dmatrix=1";

0 commit comments

Comments
 (0)