Fixes spring-projects/spring-integration#3598 `TestingUtilities.waitStopListening(serverConnectionFactory, delayArg)` actually waits for `delayArg * 2` milliseconds which is inconsistent with the JavaDocs. * Fix `TestingUtilities.waitStopListening()` to sleep for `100` between attempts and compare `n` attempts against `delay / 100`