Repository: accumulo Updated Branches: refs/heads/master f025e9a9a -> 121cb5f1d
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/master Commit: 9fb7417ba6bfb6a59816ab4549b746abe22f4e7e Parents: 9cfa4b5 Author: Eric C. Newton <eric.new...@gmail.com> Authored: Wed Apr 16 15:14:31 2014 -0400 Committer: Eric C. Newton <eric.new...@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