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

Retry example integration tests that didn't finish after 5 minutes #3125

Merged
merged 3 commits into from
Apr 23, 2024

Commits on Apr 19, 2024

  1. Retry example integration tests that didn't finish after 5 minutes

    The idea is, that our example integration tests should finish after a short period of time. But sometimes then hang in CI, so we simply abort and retry them automatically, instaed of manually.
    
    The hardcoded timeout of 5 minutes is just a guess. I want to see the CI results. Maybe, we can make it configurable per test suite.
    lefou committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    86356a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    f9b164c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    809194d View commit details
    Browse the repository at this point in the history