================
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



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to