Open
Description
test-run --help
says that --force
option makes the program to "go on with other tests in case of an individual test failure". Currently, if any test hangs, test-run just exits after sending SIGKILL to workers. From the developer prospective of view hanging and failing are the same: something doesn't work. When setting flag, I want to know how many and which tests doesn't work. We're not supposed to stop after hang.
Expected behavior: continue running.