showuon opened a new pull request #10541: URL: https://github.com/apache/kafka/pull/10541
The `MirrorConnectorsIntegrationTests` recently failed with ``` TimeoutException: The request timed out. ``` quite frequently. After investigation, the reason is the `createTopic` in the server doesn't complete within `request.timeout.ms` (default to 30 seconds). It makes sense that the server is pretty slow during the 2 connectors started at the same time. We increase the timeout value to 60 seconds to make the tests reliable. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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