-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Single ripple unit test uses a 1600ms timeout #2097
Comments
Wasn't there a |
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 10, 2016
Refactors a unit test that used to take 1.6s, due to it using a native `setTimeout`, by replacing the native timer with a flushable one. Fixes angular#2097.
jelbourn
pushed a commit
that referenced
this issue
Dec 14, 2016
Refactors a unit test that used to take 1.6s, due to it using a native `setTimeout`, by replacing the native timer with a flushable one. Fixes #2097.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The ripple spec has a test
removes foreground ripples after timeout
that requires the use of a 1600ms timeout to test the removal of ripples. Consider how to make this test run faster by removing an actual call to setTimeout.The text was updated successfully, but these errors were encountered: