anvithsg2004 opened a new pull request, #24203: URL: https://github.com/apache/camel/pull/24203
### Motivation Some leveldb tests contain unnecessary `Thread.sleep()` calls that increase test execution time without contributing to the behavior being verified. ### Modifications * Removed unnecessary `Thread.sleep()` calls from leveldb tests. * Kept the existing test assertions and behavior unchanged. ### Result The tests continue to pass while avoiding unnecessary waiting, resulting in faster and more efficient test execution. -- 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]
