You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #3549, TestingUtilities.waitStopListening(serverConnectionFactory, delayArg) actually waits for delayArg * 2 milliseconds which is inconsistent with the JavaDocs. I think we should revise this method and increase delayArg when calling it.
For instance TestingUtilities.waitStopListening(server1, 10000L) to TestingUtilities.waitStopListening(server1, 20000L)