Skip to content

Minor refactoring to make TestingUtilities.waitStopListening() consistent with the JavaDocs #3598

@trgpa

Description

@trgpa

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions