Repository: accumulo Updated Branches: refs/heads/1.5.2-SNAPSHOT 4cc25caa0 -> 6c050913c refs/heads/1.6.0-SNAPSHOT da7f937b1 -> fb17d4588 refs/heads/master 389003fde -> 29e2519e0
ACCUMULO-2438 Timeout is a little too tight on a busy system. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6c050913 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6c050913 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6c050913 Branch: refs/heads/1.5.2-SNAPSHOT Commit: 6c050913cdf8c0fa0743f6a4408f4808026f11c8 Parents: 4cc25ca Author: Josh Elser <els...@apache.org> Authored: Tue Mar 11 00:25:34 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Tue Mar 11 00:25:34 2014 -0400 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6c050913/test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java b/test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java index a627dc1..9e5921d 100644 --- a/test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java +++ b/test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java @@ -60,7 +60,7 @@ public class DeleteRowsTest { folder.delete(); } - @Test(timeout = 120 * 1000) + @Test(timeout = 5 * 60 * 1000) public void test() throws Exception { ZooKeeperInstance zk = new ZooKeeperInstance(cluster.getInstanceName(), cluster.getZooKeepers()); Connector c = zk.getConnector("root", new PasswordToken(secret));