diff options
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/lit/lit.site.cfg.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/lit/lit.site.cfg.py.in b/lldb/lit/lit.site.cfg.py.in index 738b25d0931..c3da838e828 100644 --- a/lldb/lit/lit.site.cfg.py.in +++ b/lldb/lit/lit.site.cfg.py.in @@ -18,6 +18,7 @@ config.have_zlib = @LLVM_ENABLE_ZLIB@ config.host_triple = "@LLVM_HOST_TRIPLE@" config.lldb_bitness = 64 if @LLDB_IS_64_BITS@ else 32 config.lldb_disable_python = @LLDB_DISABLE_PYTHON@ +config.maxIndividualTestTime = 600 # Support substitution of the tools and libs dirs with user parameters. This is # used when we can't determine the tool dir at configuration time. |

