fvaleri commented on a change in pull request #193: URL: https://github.com/apache/camel-kafka-connector/pull/193#discussion_r420625060
########## File path: core/src/test/java/org/apache/camel/kafkaconnector/CamelSourceTaskTest.java ########## @@ -179,7 +182,7 @@ public void testSourcePollingTimeout() throws InterruptedException { CamelSourceTask camelSourceTask = new CamelSourceTask(); camelSourceTask.start(props); - long sleepTime = 30L; + long sleepTime = 11L; Review comment: While running tests, I found `30L` to fail sporadically. ---------------------------------------------------------------- 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: us...@infra.apache.org