ACCUMULO-378 Increase the timeout as jenkins failed here writing the data
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/abea3c6a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/abea3c6a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/abea3c6a Branch: refs/heads/ACCUMULO-378 Commit: abea3c6afb06a7abaaba8bc92698dc25fdf12276 Parents: 3243d2f Author: Josh Elser <els...@apache.org> Authored: Thu May 22 13:32:34 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Thu May 22 13:32:34 2014 -0400 ---------------------------------------------------------------------- .../org/apache/accumulo/test/replication/ReplicationWithGCIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/abea3c6a/test/src/test/java/org/apache/accumulo/test/replication/ReplicationWithGCIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/replication/ReplicationWithGCIT.java b/test/src/test/java/org/apache/accumulo/test/replication/ReplicationWithGCIT.java index 9047533..7d9c537 100644 --- a/test/src/test/java/org/apache/accumulo/test/replication/ReplicationWithGCIT.java +++ b/test/src/test/java/org/apache/accumulo/test/replication/ReplicationWithGCIT.java @@ -102,7 +102,7 @@ public class ReplicationWithGCIT extends ConfigurableMacIT { return metadataWals; } - @Test(timeout = 4 * 60 * 1000) + @Test(timeout = 6 * 60 * 1000) public void replicationRecordsAreClosedAfterGarbageCollection() throws Exception { Collection<ProcessReference> gcProcs = cluster.getProcesses().get(ServerType.GARBAGE_COLLECTOR); for (ProcessReference ref : gcProcs) {