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

expedite parallel tests #1462

Merged
merged 2 commits into from Mar 3, 2012
Merged

expedite parallel tests #1462

merged 2 commits into from Mar 3, 2012

Commits on Mar 1, 2012

  1. use quarter-second heartbeat period in IPython.parallel tests

    No need for conservative heartbeat period when running local tests, which
    directly affects the time it takes to register or remove an engine.
    minrk committed Mar 1, 2012
    Copy the full SHA
    4fccc31 View commit details
    Browse the repository at this point in the history
  2. expedite IPython.parallel tests

    Fewer engines are added during the test suite, by counting the absolute number of engines, rather than repeatedly adding a minimum number.
    minrk committed Mar 1, 2012
    Copy the full SHA
    91932a0 View commit details
    Browse the repository at this point in the history