On one of our testing machines, we're running the tests under heavy load, and especially in the fork-based TSan tests, we're seeing timeouts when a test uses sleep(10), assuming that calling fork() on another thread will finish sooner than that.
This patch removes the timeouts. I'm not sure if there is a better way, especially since these timeouts are supposed to catch deadlocks, and removing them might not be a good idea. Dmitry, if you have a better solution, please suggest.