spring-projects / spring-integration

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
http://projects.spring.io/spring-integration/
Apache License 2.0
1.54k stars 1.11k forks source link

Increase Timeout in GemFire testQueue Test Case [INT-3391] #7362

Closed spring-operator closed 6 years ago

spring-operator commented 10 years ago

Gary Russell opened INT-3391 and commented

The test currently only waits 1 millisecond to receive a message but the bridge that polls the GemFire-backed channel only polls once per second.


Reference URL: https://build.spring.io/browse/INT-MASTERSPRING40-246

Referenced from: pull request https://github.com/spring-projects/spring-integration/pull/1146

spring-operator commented 6 years ago

Artem Bilan commented

Has been fixed with the provided Pull Request.