From: bors Date: Wed, 10 Aug 2016 10:00:56 +0000 (-0700) Subject: Auto merge of #35405 - futile:tests_warn_timeout, r=brson X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ae774103501337ed63b42b673c6c4fdbf369e80e;p=rust.git Auto merge of #35405 - futile:tests_warn_timeout, r=brson Add warning timeout for tests that run >1min This makes it easier to identify hanging tests. As described in #2873, when a test doesn't finish, we so far had no information on which test that was. In this PR, we add a duration of 60 seconds for each test, after which a warning will be printed mentioning that this specific test has been running for a long time already. Example output: https://gist.github.com/futile/6ea3eed85fe632df8633c1b03c08b012 r? @brson --- ae774103501337ed63b42b673c6c4fdbf369e80e