Skip to content

test: Replace gobal wait_until with mininode.wait_until #19080

@maflcko

Description

@maflcko

Using the global wait_until makes it impossible to adjust the timeout based on the hardware the test is running on.

This should be fixed by using the mininode member function.

See fa80b47 for an example patch on how to fix it.

List of potential "offenders":

$ git grep -l --extended-regexp  '(import)? wait_until($|,)'

Useful skills:

Basic Python3

Want to work on this issue?

The purpose of the good first issue label is to highlight which issues are suitable for a new contributor without a deep understanding of the codebase.

You do not need to request permission to start working on this. You are encouraged to comment on the issue if you are planning to work on it. This will help other contributors monitor which issues are actively being addressed and is also an effective way to request assistance if and when you need it.

For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions