Tests will timeout if they exceed time limit.
authorVince Harron <vharron@google.com>
Sat, 13 Dec 2014 00:08:19 +0000 (00:08 +0000)
committerVince Harron <vharron@google.com>
Sat, 13 Dec 2014 00:08:19 +0000 (00:08 +0000)
commit17f429f46255230b5b54f4ed947cc88c9f424a62
treed7ce49235544fc12275cf2aeaee4be775d3cbe45
parentf4b170d0daf68b38fa951cb12d0b6e1395bc6ec7
Tests will timeout if they exceed time limit.

Default time limit is 5 minutes.

Override the default timeout of 5 minutes with LLDB_TEST_TIMEOUT.
LLDB_TEST_TIMEOUT=10m

Override the timeout for individual tests with LLDB_[TESTNAME]_TIMEOUT.
E.g., LLDB_TESTCONCURRENTEVENTS_TIMEOUT=2m

Set to "0" to run without timeout.

Submitted for Chaoren Lin

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