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/04/16 21:16:31 UTC

[1/2] git commit: ACCUMULO-2680 give the test more time to execute

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 4048bb233 -> cacb1b625


ACCUMULO-2680 give the test more time to execute


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 9fb7417ba6bfb6a59816ab4549b746abe22f4e7e
Parents: 9cfa4b5
Author: Eric C. Newton <er...@gmail.com>
Authored: Wed Apr 16 15:14:31 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Wed Apr 16 15:14:31 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/9fb7417b/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 f669704..69c5195 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 10;
+    return 20;
   }
 
   @Test


[2/2] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT

Posted by ec...@apache.org.
Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: cacb1b625bf7db27ba70afc805b11fc730532744
Parents: 9fb7417 4048bb2
Author: Eric C. Newton <er...@gmail.com>
Authored: Wed Apr 16 15:16:39 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Wed Apr 16 15:16:39 2014 -0400

----------------------------------------------------------------------
 README | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------