This is an automated email from the ASF dual-hosted git repository.
bbejeck pushed a commit to branch 2.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.3 by this push:
new 86dcf4b MINOR: Increase timeouts to 30 seconds (#6852)
86dcf4b is described below
commit 86dcf4b2ac26a6e0c8c44ecb34f18e1474aaf084
Author: Bill Bejeck <[email protected]>
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 <[email protected]>, Boyang Chen
<[email protected]>
---
.../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 000f299..d8c0570 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
@@ -168,7 +168,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