Skip to content

Commit 78b6135

Browse files
authored
Merge pull request intel#1564 from jiezzhang/timelimit
Increase timelimit for SYCL/DeviceCodeSplit
2 parents 4303568 + 71660ec commit 78b6135

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SYCL/DeviceCodeSplit/lit.local.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import lit.formats
2+
try:
3+
import psutil
4+
lit_config.maxIndividualTestTime = 1200
5+
except ImportError:
6+
pass

0 commit comments

Comments
 (0)