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 2014/04/29 03:40:06 UTC

[2/3] git commit: ACCUMULO-2680 Extend the timeout even more

ACCUMULO-2680 Extend the timeout even more


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

Branch: refs/heads/master
Commit: 0aa4758955ca8386a132e08060208c3b1bd9e983
Parents: d2caaa2
Author: Josh Elser <el...@apache.org>
Authored: Mon Apr 28 21:37:40 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Apr 28 21:38:11 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/functional/BackupMasterIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/0aa47589/test/src/test/java/org/apache/accumulo/test/functional/BackupMasterIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/BackupMasterIT.java b/test/src/test/java/org/apache/accumulo/test/functional/BackupMasterIT.java
index 69c5195..bf2d2e1 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/BackupMasterIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/BackupMasterIT.java
@@ -29,7 +29,7 @@ public class BackupMasterIT extends ConfigurableMacIT {
 
   @Override
   protected int defaultTimeoutSeconds() {
-    return 20;
+    return 120;
   }
 
   @Test