You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/03/16 21:08:55 UTC

[accumulo] branch 1.8 updated: ACCUMULO-4834 Add timeout to LocatorIT

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

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


The following commit(s) were added to refs/heads/1.8 by this push:
     new 67fcb40  ACCUMULO-4834 Add timeout to LocatorIT
67fcb40 is described below

commit 67fcb404ac50a6caeeec5227995138746a6b356a
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Mar 16 16:38:29 2018 -0400

    ACCUMULO-4834 Add timeout to LocatorIT
---
 test/src/main/java/org/apache/accumulo/test/LocatorIT.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/src/main/java/org/apache/accumulo/test/LocatorIT.java b/test/src/main/java/org/apache/accumulo/test/LocatorIT.java
index f5caf3c..39f1b23 100644
--- a/test/src/main/java/org/apache/accumulo/test/LocatorIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/LocatorIT.java
@@ -44,6 +44,11 @@ import com.google.common.collect.ImmutableSet;
 
 public class LocatorIT extends AccumuloClusterHarness {
 
+  @Override
+  protected int defaultTimeoutSeconds() {
+    return 60;
+  }
+
   private void assertContains(Locations locations, HashSet<String> tservers, Map<Range,ImmutableSet<TabletId>> expected1,
       Map<TabletId,ImmutableSet<Range>> expected2) {
 

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.