1 """Tests that a timeout is detected by the testbot."""
2 from __future__ import print_function
6 import lldbsuite.test.decorators as decorators
10 class RerunTimeoutTestCase(rerun_base.RerunBaseTestCase):
11 @decorators.no_debug_info_test
12 def test_timeout_rerun_succeeds(self):
13 """Tests that the timeout logic kicks in and that this timeout is picked up."""
14 if not self.should_generate_issue():
18 # We time out this time.
20 # noinspection PyBroadException
24 print("ignoring exception during sleep")