Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e962dc9

Browse files
authored
Update outdated comment. (#1284)
The time limit for individual test is 10 minutes now.
1 parent c48368e commit e962dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

Lines changed: 1 addition & 1 deletion
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)