[Lldb-commits] [PATCH] 5 minute timeout for tests
Ed Maste
emaste at freebsd.org
Fri Nov 21 16:03:56 PST 2014
================
Comment at: test/dosep.py:15
@@ -14,3 +14,3 @@
# Command template of the invocation of the test driver.
-template = '%s %s/dotest.py %s -p %s %s'
+template = 'timeout 5m %s %s/dotest.py %s -p %s %s'
----------------
The bots run under an overall timeout, but it's much more valuable to catch single tests that hang, so I think this is a good idea. We'll need to check that timeout is available first though. timeout is non-standard - it's on FreeBSD & Linux, but not OS X or I suspect other operating systems.
http://reviews.llvm.org/D6364
More information about the lldb-commits
mailing list