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

Sets wait_jitter in worker_test.py #1927

Merged
merged 1 commit into from
Nov 22, 2016

Commits on Nov 21, 2016

  1. Sets wait_jitter in worker_test.py

    Many tests in worker_test.py set wait_interval to 0.1 but leave
    wait_jitter at its default value of 5.0. This sets wait_jitter to 0.05 in
    all such tests, which maintains the expected 0.1 jitter time. This should
    reduce each wait by about 2.5 seconds, and I've found that it decreases
    the running time of the worker tests on my machine by about 15 seconds.
    daveFNbuck committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    55af2df View commit details
    Browse the repository at this point in the history