anton-goncharov commented on code in PR #11934: URL: https://github.com/apache/camel/pull/11934#discussion_r1394979333
########## core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerFailureHandledTest.java: ########## @@ -72,7 +72,7 @@ public void testDublin() throws Exception { mock.expectedBodiesReceived("Dublin"); template.sendBodyAndHeader(fileUri(), "Dublin", Exchange.FILE_NAME, "dublin.txt"); - mock.assertIsSatisfied(1000); + mock.assertIsSatisfied(3000); Review Comment: Reverted back to 1000 ########## core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerFailureHandledTest.java: ########## @@ -87,7 +87,7 @@ public void testMadrid() throws Exception { mock.expectedBodiesReceived("Madrid"); template.sendBodyAndHeader(fileUri(), "Madrid", Exchange.FILE_NAME, "madrid.txt"); - mock.assertIsSatisfied(1000); + mock.assertIsSatisfied(3000); Review Comment: Reverted back to 1000 ########## core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerFailureHandledTest.java: ########## @@ -57,7 +57,7 @@ public void testLondon() throws Exception { mock.expectedBodiesReceived("London"); template.sendBodyAndHeader(fileUri(), "London", Exchange.FILE_NAME, "london.txt"); - mock.assertIsSatisfied(1000); + mock.assertIsSatisfied(3000); Review Comment: Reverted back to 1000 -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org