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

Update outdated comment. #1284

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
else:
lit_config.warning("Couldn't find pre-installed AOT device compiler " + aot_tool)

# Set timeout for test 1 min
# Set timeout for a single test
try:
import psutil
lit_config.maxIndividualTestTime = 600
Expand Down