Dolanss opened a new pull request, #1802: URL: https://github.com/apache/camel-spring-boot/pull/1802
This replaces `Thread.sleep()` with `MockEndpoint#setAssertPeriod(...)` in two file component tests. These tests are checking that no exchanges are received during a period of time, so using an assert period makes the intent clearer and avoids relying on sleep-based timing. Updated tests: - `FileConsumerIdempotentTest` - `FilerConsumerDoneFileNamePrefixTest` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
