GitHub user bbejeck opened a pull request:
https://github.com/apache/kafka/pull/4291
Minor increase request timeout for streams bounce test
Increase `REQUEST_TIMOUT_MS` to improve a flaky test until KIP-91 merged
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbejeck/kafka
MINOR_increase_request_timeout_for_streams_bounce_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4291.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4291
----
commit 15a9090f4711b5dd70c10f0cb848ed35b4e0eb4d
Author: Bill Bejeck <[email protected]>
Date: 2017-12-04T03:55:45Z
increase request timeout ms config
commit d303fa203bd4f6f5ad68de92ebb4d702dcb62d8f
Author: Bill Bejeck <[email protected]>
Date: 2017-12-04T12:57:30Z
increase request timeout ms config set both producer timeouts to 80
----
---