Current default is 10 minutes, which causes the test suite to run very long in
case of test timeouts. On linux, each test completes in under 90 seconds in the
slowest configuration (debug build of lldb, using debug clang to build
inferiors). So a default timeout of 4 minutes should suffice. If it turns out
to be not enough, we can fiddle with the number a bit.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Do remote tests pass in this time range? If not, maybe you should change
it to use 10 minutes for remote targets.
Comment Actions
The time for the remote tests is heavily influenced by network latency. If the machines are close to each other, I believe the tests will pass (but I can't test it right now). For trans-oceanic tests, even 10m will not be enough...