Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the tests more robust (avoid sleep) and use functions from test-lib.sh #94

Merged
merged 1 commit into from
May 7, 2020

Commits on May 7, 2020

  1. Make the tests more robust (avoid sleep) and use functions from test-…

    …lib.sh
    
    Sleep was sometimes too short on slower machines, which caused tests to fail.
    Let's rather use waiting in a loop, which works nice in other containers.
    
    There are also some functions in the test-lib.sh that we can use and get rid
    of the code duplication.
    hhorak committed May 7, 2020
    Configuration menu
    Copy the full SHA
    c863bed View commit details
    Browse the repository at this point in the history