Skip to content

Reduce static waiting time in tests #416

@aalmiray

Description

@aalmiray

Issue Description

Type: feature request

Describe what happened (or what feature you want)

There are some tests that take a fixed amount of time waiting for a condition to become true (using Thread.sleep() and/or TimeUnit.sleep(). This means tests will always wait for such periods, making a build slower.

Describe what you expected to happen

Configurable waiting conditions via https://github.com/awaitility/awaitility as explained at https://github.com/awaitility/awaitility/wiki/Usage

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/testIssue or PR related to test caseskind/enhancementCategory issues or prs related to enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions