We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4303568 + 71660ec commit 78b6135Copy full SHA for 78b6135
SYCL/DeviceCodeSplit/lit.local.cfg
@@ -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