Kill any python test script that takes more than 5 minutes
authorVince Harron <vharron@google.com>
Fri, 5 Dec 2014 00:23:03 +0000 (00:23 +0000)
committerVince Harron <vharron@google.com>
Fri, 5 Dec 2014 00:23:03 +0000 (00:23 +0000)
commitde0d41fb4dd3dc17cc86f22036a7309eddab268f
tree0e50ba9477fbea143ae286c0d1cc4d617216c323
parent610952e0d5a4fee715542151b3fbe58595cbf44d
Kill any python test script that takes more than 5 minutes

There is at least one test that hangs on the Linux debian buildbot.

When that test hangs, the buildbot kills dosep which loses all test
results.  This change kills just the hung test and should let us see
which test is hanging.  This is useful for that test and any others
in the future which start hanging.

llvm-svn: 223423
lldb/test/dosep.py