maytasm commented on a change in pull request #10696:
URL: https://github.com/apache/druid/pull/10696#discussion_r546852232
##########
File path:
integration-tests/src/main/java/org/apache/druid/testing/utils/ITRetryUtil.java
##########
@@ -30,7 +30,7 @@
private static final Logger LOG = new Logger(ITRetryUtil.class);
- public static final int DEFAULT_RETRY_COUNT = 120; // 10 minutes
+ public static final int DEFAULT_RETRY_COUNT = 240; // 20 minutes
Review comment:
We don’t really have any fancy calculation to determine this. It’s more
of a try and see and adjust loop. For example, ‘DEFAULT_RETRY_SLEEP’ used to be
10 secs, then it was changed to 2secs but kafka IT didn’t pass consistently so
it was increased to 5secs
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]