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

Method test_timeout_not_force_quit

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

Source from the content-addressed store, hash-verified

63 case_1_seconds_timeout()
64
65 def test_timeout_not_force_quit(self):
66 with self.assertWarns(Warning):
67 with self.assertRaises(multiprocessing.TimeoutError):
68 case_1_seconds_timeout_warning()
69
70 def test_timeout_bad(self):
71 # timeout before the method's error

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected