ACCUMULO-2973 increase timeout for the test
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e739e57d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e739e57d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e739e57d Branch: refs/heads/master Commit: e739e57d686a9def31c45a87a40a102e3c7f42fe Parents: 1ec33f1 Author: Eric C. Newton <eric.new...@gmail.com> Authored: Wed Jul 2 15:10:38 2014 -0400 Committer: Eric C. Newton <eric.new...@gmail.com> Committed: Tue Aug 5 07:58:24 2014 -0400 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/ShellServerIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e739e57d/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java index b3d44e3..1cd787e 100644 --- a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java +++ b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java @@ -1138,7 +1138,7 @@ public class ShellServerIT extends SimpleMacIT { assertTrue(err.contains("BAD_CREDENTIALS for user NoSuchUser")); } - @Test(timeout = 30000) + @Test(timeout = 60 * 1000) public void namespaces() throws Exception { ts.exec("namespaces", true, "\"\"", true); // default namespace, displayed as quoted empty string ts.exec("namespaces", true, Namespaces.ACCUMULO_NAMESPACE, true);