release-3
whitequark 2018-01-17 11:31:32 +00:00 committed by Sebastien Bourdeauducq
parent d2e9ea8de6
commit 6f7771cb01
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class WorkerCase(unittest.TestCase):
_run_experiment("ExceptionTermination")
self.assertGreater(len(logs.records), 0)
self.assertIn("Terminating with exception (TypeError)",
logs.output[0])
logs.output[-1])
def test_watchdog_no_timeout(self):
_run_experiment("WatchdogNoTimeout")