Increase timeout for GarbageCollectWALIT to allow recovery
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 @@
     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];