[ARVADOS] updated: 0654fa160f872fe20ea4ada42a655f9d154c0833
Git user
git at public.curoverse.com
Fri Apr 7 11:44:00 EDT 2017
Summary of changes:
services/nodemanager/tests/test_failure.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0654fa160f872fe20ea4ada42a655f9d154c0833 (commit)
from 330f544dd257a43640eefc64b825b868f6e5be21 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0654fa160f872fe20ea4ada42a655f9d154c0833
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Apr 7 11:43:56 2017 -0400
Increase ping delay in WatchdogActorTest to try and reduce spurious test failures. no issue #
diff --git a/services/nodemanager/tests/test_failure.py b/services/nodemanager/tests/test_failure.py
index 285aa03..b947c95 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):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list