X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31d76600cdb691251d0823cc6be601d958b4e1a4..87c9678022eb027f8d7f02129c1ec052205387d8:/services/nodemanager/tests/test_failure.py diff --git a/services/nodemanager/tests/test_failure.py b/services/nodemanager/tests/test_failure.py index 285aa03c7d..b947c95572 100644 --- a/services/nodemanager/tests/test_failure.py +++ b/services/nodemanager/tests/test_failure.py @@ -26,7 +26,7 @@ class BogusActor(arvnodeman.baseactor.BaseNodeManagerActor): def ping(self): # Called by WatchdogActorTest, this delay is longer than the test timeout # of 1 second, which should cause the watchdog ping to fail. - time.sleep(2) + time.sleep(4) return True class ActorUnhandledExceptionTest(testutil.ActorTestMixin, unittest.TestCase):