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

fix: remove timeouts from pubsub tests #88

Merged
merged 1 commit into from
Feb 23, 2023

Commits on Feb 23, 2023

  1. fix: remove timeouts from pubsub tests

    Instead of waiting for 800ms for pubsub subscriptions to propagate,
    wait for the publisher to see the reviever in it's list of subscribers
    for a given topic.
    
    This is because sometimes in CI it can taker longer than 800ms for
    the subs list to update which causes the tests to be flaky.
    achingbrain committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0282125 View commit details
    Browse the repository at this point in the history