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

feat: add WaitForWithContext #480

Merged
merged 5 commits into from
Jul 15, 2024
Merged

feat: add WaitForWithContext #480

merged 5 commits into from
Jul 15, 2024

Commits on Jul 2, 2024

  1. chore: fix test timeout helper

    using os.Exit(1) kills everything, tests statuses are not always displayed
    ccoVeille committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2cce8d8 View commit details
    Browse the repository at this point in the history
  2. chore: refactor WaitFor unit tests

    zero-code changes
    ccoVeille committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e26f1b4 View commit details
    Browse the repository at this point in the history
  3. fix: WaitFor on first condition

    duration must be non-zero if first conditions is true
    ccoVeille committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    071a746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d8c98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74eb420 View commit details
    Browse the repository at this point in the history