Ejemplo n.º 1
0
 def test_job_does_not_timeout(self):
     remotable_module.remote_long_job('localhost:5001', remote_timeout=12)
Ejemplo n.º 2
0
 def test_job_timeout(self):
     with self.assertRaises(TimeoutError):
         remotable_module.remote_long_job('localhost:5001', remote_timeout=3)