Repository: accumulo
Updated Branches:
  refs/heads/master b56680cac -> ef0866db4


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/ef0866db
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ef0866db
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ef0866db

Branch: refs/heads/master
Commit: ef0866db45b782635255f0e04781f462d582c434
Parents: b56680c
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: Wed Jul 2 15:10:38 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/ef0866db/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 f980641..04fdd1c 100644
--- a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
@@ -1139,7 +1139,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);

Reply via email to