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

bbejeck pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.0 by this push:
     new 8b5494a  MINOR: Increase timeouts to 30 seconds (#6852)
8b5494a is described below

commit 8b5494a36a5bef9a18092d979561840c20e43e1e
Author: Bill Bejeck <bbej...@gmail.com>
AuthorDate: Mon Jun 10 18:13:30 2019 -0400

    MINOR: Increase timeouts to 30 seconds (#6852)
    
    The ResetIntegrationTest has experienced several failures and it seems the 
current timeout of 10 seconds may not be enough time
    
    Reviewers: Matthias J. Sax <mj...@apache.org>, Boyang Chen 
<boy...@confluent.io>
---
 .../apache/kafka/streams/integration/AbstractResetIntegrationTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java
 
b/streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java
index 64b23cb..f1bc112 100644
--- 
a/streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java
+++ 
b/streams/src/test/java/org/apache/kafka/streams/integration/AbstractResetIntegrationTest.java
@@ -170,7 +170,7 @@ public abstract class AbstractResetIntegrationTest {
 
     private static final long STREAMS_CONSUMER_TIMEOUT = 2000L;
     private static final long CLEANUP_CONSUMER_TIMEOUT = 2000L;
-    private static final int TIMEOUT_MULTIPLIER = 5;
+    private static final int TIMEOUT_MULTIPLIER = 15;
 
     private class ConsumerGroupInactiveCondition implements TestCondition {
         @Override

Reply via email to