Updated Branches: refs/heads/1.5.1-SNAPSHOT 510140ad0 -> 19e6b1018 refs/heads/1.6.0-SNAPSHOT dea61a07d -> db42aba02 refs/heads/master b94e308e5 -> 39a10c8bc
ACCUMULO-2337 Increase timeout on MetaSplitTest. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/19e6b101 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/19e6b101 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/19e6b101 Branch: refs/heads/1.5.1-SNAPSHOT Commit: 19e6b101806e5fffdf632e7696b58827eb2e26cf Parents: 510140a Author: Josh Elser <els...@apache.org> Authored: Fri Feb 7 12:53:34 2014 -0500 Committer: Josh Elser <els...@apache.org> Committed: Fri Feb 7 12:53:34 2014 -0500 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/19e6b101/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java b/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java index 403d591..aa7c17e 100644 --- a/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java +++ b/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java @@ -64,7 +64,7 @@ public class MetaSplitTest { opts.addSplits(Constants.METADATA_TABLE_NAME, splits); } - @Test(timeout = 60000) + @Test(timeout = 120000) public void testMetaSplit() throws Exception { Instance instance = new ZooKeeperInstance(cluster.getInstanceName(), cluster.getZooKeepers()); Connector connector = instance.getConnector("root", new PasswordToken(secret));