You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/01/23 20:48:33 UTC

[2/2] accumulo git commit: ACCUMULO-3452 Another missed timeout

ACCUMULO-3452 Another missed timeout


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/88826323
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/88826323
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/88826323

Branch: refs/heads/master
Commit: 888263236b535ad40c7d22314c2223620bc34eec
Parents: f612960
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 23 14:48:06 2015 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 23 14:48:06 2015 -0500

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/functional/KerberosIT.java    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/88826323/test/src/test/java/org/apache/accumulo/test/functional/KerberosIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/KerberosIT.java b/test/src/test/java/org/apache/accumulo/test/functional/KerberosIT.java
index e3da6eb..3d48657 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/KerberosIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/KerberosIT.java
@@ -94,6 +94,11 @@ public class KerberosIT extends AccumuloIT {
     }
   }
 
+  @Override
+  public int defaultTimeoutSeconds() {
+    return 60 * 5;
+  }
+
   private MiniAccumuloClusterImpl mac;
 
   @Before