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

test: fix race condition in unrefd interval test #3550

Closed
wants to merge 2 commits into from
Closed

test: fix race condition in unrefd interval test #3550

wants to merge 2 commits into from

Commits on Oct 27, 2015

  1. test: fix race condition in unrefd interval test

    Before this commit, test-timers-unrefd-interval-still-fire required a
    1ms interval to fire 5 times before a 100ms timeout to pass which could
    cause intermittent failures in CI and in issue #1781.
    
    This commit gives the test up to 5x as long to complete while allowing
    the test to complete as quickly as before when possible.
    mcornac committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    54285aa View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

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