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

ISSUE-837 Allow specifying the rate limiter for AbstractWaitStrategy #838

Merged
merged 1 commit into from
Sep 3, 2018

Conversation

chibenwa
Copy link
Contributor

The default rate limit for AbstractWaitStrategy is a constant rate of one try per second.

While this safe choice makes sense, some quick-to-start container would benefit from higher rates and thus making testcontainer faster.

The default rate limit for AbstractWaitStrategy is a constant rate of one try per second.

While this safe choice makes sense, some quick-to-start container would benefit from higher rates and thus making testcontainer faster.
@bsideup bsideup merged commit f928c4d into testcontainers:master Sep 3, 2018
@rnorth
Copy link
Member

rnorth commented Sep 10, 2018

We have this out in a Release Candidate build (1.9.0-rc1) for anyone who is keen to try it!

Release notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants