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/09/06 18:41:15 UTC

[2/3] git commit: ACCUMULO-3102 Increase timeout for SplitRecoveryIT test on multinode

ACCUMULO-3102 Increase timeout for SplitRecoveryIT test on multinode


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

Branch: refs/heads/master
Commit: 8b2cbe77737220a5b5d3a2cdc049acd9bfc81ef6
Parents: 8429ea8
Author: taksaito <ts...@hortonworks.com>
Authored: Sat Sep 6 08:04:18 2014 -0700
Committer: taksaito <ts...@hortonworks.com>
Committed: Sat Sep 6 08:04:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8b2cbe77/test/src/test/java/org/apache/accumulo/test/functional/SplitRecoveryIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/SplitRecoveryIT.java b/test/src/test/java/org/apache/accumulo/test/functional/SplitRecoveryIT.java
index f6ebf31..ea92949 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/SplitRecoveryIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/SplitRecoveryIT.java
@@ -69,7 +69,7 @@ public class SplitRecoveryIT extends ConfigurableMacIT {
   
   @Override
   protected int defaultTimeoutSeconds() {
-    return 30;
+    return 60;
   }
   
   private KeyExtent nke(String table, String endRow, String prevEndRow) {