summaryrefslogtreecommitdiffstats
path: root/lldb/lit/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/lit.cfg.py')
-rw-r--r--lldb/lit/lit.cfg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/lit/lit.cfg.py b/lldb/lit/lit.cfg.py
index f96152eedea..8f89a125870 100644
--- a/lldb/lit/lit.cfg.py
+++ b/lldb/lit/lit.cfg.py
@@ -74,6 +74,9 @@ for i in ['module-cache-clang', 'module-cache-lldb']:
print("Deleting module cache at %s."%cachedir)
shutil.rmtree(cachedir)
+# Set a default timeout of 10 minutes.
+lit_config.maxIndividualTestTime = 600
+
# If running tests natively, check for CPU features needed for some tests.
if 'native' in config.available_features:
OpenPOWER on IntegriCloud