You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/01/29 21:36:51 UTC

[09/12] git commit: ACCUMULO-2279 Add use of timeout_factor

ACCUMULO-2279 Add use of timeout_factor


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6716227f
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6716227f
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6716227f

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 6716227f441eaae35bd25a9c95d33c7fa29753df
Parents: 25a0493
Author: Josh Elser <el...@apache.org>
Authored: Wed Jan 29 15:18:16 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Jan 29 15:24:57 2014 -0500

----------------------------------------------------------------------
 test/system/auto/simple/zoo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6716227f/test/system/auto/simple/zoo.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/zoo.py b/test/system/auto/simple/zoo.py
index d84cbe9..68d337e 100755
--- a/test/system/auto/simple/zoo.py
+++ b/test/system/auto/simple/zoo.py
@@ -44,7 +44,7 @@ class SessionExpired(SunnyDayTest):
         # handles)
         for h in self.accumuloHandles[1:-1]:
             if 'tserver' in h.cmd:
-                self.waitForStop(h, 5)
+                self.waitForStop(h, 5 * self.timeout_factor)
         self.cleanupAccumuloHandles()