Updated Branches: refs/heads/1.5.1-SNAPSHOT cabdbe829 -> 6716227f4 refs/heads/1.6.0-SNAPSHOT d22816cb4 -> 3eccc3533 refs/heads/master 008540105 -> 5e6da84c4
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.5.1-SNAPSHOT Commit: 6716227f441eaae35bd25a9c95d33c7fa29753df Parents: 25a0493 Author: Josh Elser <els...@apache.org> Authored: Wed Jan 29 15:18:16 2014 -0500 Committer: Josh Elser <els...@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()