Skip to content

Commit 2290de9

Browse files
authored
Update outdated comment. (intel#1284)
The time limit for individual test is 10 minutes now.
1 parent 14a7864 commit 2290de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
else:
438438
lit_config.warning("Couldn't find pre-installed AOT device compiler " + aot_tool)
439439

440-
# Set timeout for test 1 min
440+
# Set timeout for a single test
441441
try:
442442
import psutil
443443
lit_config.maxIndividualTestTime = 600

0 commit comments

Comments
 (0)