Repository: accumulo Updated Branches: refs/heads/master 5655a044e -> 277da3f83
ACCUMULO-2455 1s timeout is too tight for testing Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e5070d0a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e5070d0a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e5070d0a Branch: refs/heads/master Commit: e5070d0ad084f218d283b9daa58246184afdb477 Parents: a20e19f Author: Eric C. Newton <eric.new...@gmail.com> Authored: Fri Mar 28 12:58:19 2014 -0400 Committer: Eric C. Newton <eric.new...@gmail.com> Committed: Fri Mar 28 12:58:34 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/accumulo/test/functional/WriteAheadLogIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e5070d0a/test/src/test/java/org/apache/accumulo/test/functional/WriteAheadLogIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/functional/WriteAheadLogIT.java b/test/src/test/java/org/apache/accumulo/test/functional/WriteAheadLogIT.java index ad18b65..1c31c2f 100644 --- a/test/src/test/java/org/apache/accumulo/test/functional/WriteAheadLogIT.java +++ b/test/src/test/java/org/apache/accumulo/test/functional/WriteAheadLogIT.java @@ -45,7 +45,7 @@ public class WriteAheadLogIT extends ConfigurableMacIT { siteConfig.put(Property.GC_CYCLE_START.getKey(), "1"); siteConfig.put(Property.MASTER_RECOVERY_DELAY.getKey(), "1s"); siteConfig.put(Property.TSERV_MAJC_DELAY.getKey(), "1"); - siteConfig.put(Property.INSTANCE_ZK_TIMEOUT.getKey(), "1s"); + siteConfig.put(Property.INSTANCE_ZK_TIMEOUT.getKey(), "4s"); cfg.setSiteConfig(siteConfig); cfg.useMiniDFS(true); }