DivyanshIITB opened a new pull request, #9250: URL: https://github.com/apache/rocketmq/pull/9250
This PR increases the sleep duration in invokeSync() from 20ms to 100ms to improve test stability. The previous 20ms timeout was too short, causing intermittent failures due to minor execution delays. By increasing it to 100ms, we ensure consistent timeout behavior, reducing test flakiness and better simulating real-world network latencies. This change aligns with RocketMQ's expected behavior, making the test more reliable across multiple runs. Fixes #6654 -- 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...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org