MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / test_timeout

Method test_timeout

tests/test_timedcall_dist.py:61–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.assertEqual(output, "testing")
60
61 def test_timeout(self):
62 with self.assertRaises(multiprocessing.TimeoutError):
63 case_1_seconds_timeout()
64
65 def test_timeout_not_force_quit(self):
66 with self.assertWarns(Warning):

Callers

nothing calls this directly

Calls 1

case_1_seconds_timeoutFunction · 0.85

Tested by

no test coverage detected