You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/08/05 13:59:39 UTC

[2/2] git commit: ACCUMULO-2973 increase timeout for the test

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/1.6.1-SNAPSHOT
Commit: e739e57d686a9def31c45a87a40a102e3c7f42fe
Parents: 1ec33f1
Author: Eric C. Newton <er...@gmail.com>
Authored: Wed Jul 2 15:10:38 2014 -0400
Committer: Eric C. Newton <er...@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);