[lit] Use 10 minute timeout by default.
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Apr 2019 01:26:41 +0000 (01:26 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Apr 2019 01:26:41 +0000 (01:26 +0000)
commitcad96c498c5027060c066a76475d17dfcca77024
tree636d5b9a310a6535b872e1aab97966a10a2f4787
parent6ed7a95c9efb2409173d2a6318924b9bfa0ae734
[lit] Use 10 minute timeout by default.

Lit has the ability to set a timeout for individual tests. This patch
enables that functionality with a default of 10 minutes.

Currently we rely on the bots to kill the whole test suite. However this
doesn't tell us which test caused the timeout. Furthermore, when running
the test suite during development, I have to manually kill the tests
that time out to get the lit output at then end. This fixes both
inconveniences.

llvm-svn: 357555
lldb/lit/lit.site.cfg.py.in