You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2020/01/23 21:32:54 UTC

[accumulo] branch 1.9 updated: Increase timeout for GarbageCollectWALIT to allow recovery

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new 3a538fa  Increase timeout for GarbageCollectWALIT to allow recovery
3a538fa is described below

commit 3a538faf0f3bae145ec03ead702db0dfb02ea577
Author: Mike Miller <mm...@apache.org>
AuthorDate: Fri Jan 17 15:14:03 2020 -0500

    Increase timeout for GarbageCollectWALIT to allow recovery
---
 test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.java b/test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.java
index e4a0bef..ffb7cad 100644
--- a/test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.java
@@ -48,7 +48,7 @@ public class GarbageCollectWALIT extends ConfigurableMacBase {
     hadoopCoreSite.set("fs.file.impl", RawLocalFileSystem.class.getName());
   }
 
-  @Test(timeout = 2 * 60 * 1000)
+  @Test(timeout = 3 * 60 * 1000)
   public void test() throws Exception {
     // not yet, please
     String tableName = getUniqueNames(1)[0];