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 regression with wait() timeouts. #319

Merged
merged 1 commit into from
Feb 12, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 12, 2018

When wait was split from settled I forgot to also include an infinite timeout (preventing tests from failing that take longer than 2s).

Fixes #318

@Turbo87 Turbo87 added the bug label Feb 12, 2018
@rwjblue rwjblue force-pushed the fix-wait-regression branch from 00233d0 to 617ee44 Compare February 12, 2018 20:06
When `wait` was split from `settled` I forgot to also include an
infinite timeout (preventing tests from failing that take longer than
2s).
@rwjblue rwjblue force-pushed the fix-wait-regression branch from 617ee44 to bc6909d Compare February 12, 2018 20:47
@rwjblue rwjblue merged commit 3eea647 into emberjs:master Feb 12, 2018
@rwjblue rwjblue deleted the fix-wait-regression branch February 12, 2018 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants