Skip to content

Commit 7ae53b9

Browse files
authored
CMPLRTST-13848: Set timeout to 1800s for tests in llvm_test_suite_sycl on PVC
2 parents ec86536 + f62d6b2 commit 7ae53b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ sub do_run
190190
$matrix = "-Dmatrix=1";
191191
$jobset = "";
192192
} elsif ($current_gpu =~ m/pvc/) {
193-
$timeset = "--timeout 1200";
193+
$timeset = "--timeout 1800";
194194
$jobset = "";
195195
}
196196
}

0 commit comments

Comments
 (0)