Fix AnimationUtilsTest failure due to the timing dependency
testCurrentAnimationTimeMillis tests that the animation timestamp is incremented during at most 1000 iterations, which is not guaranteed to happen. Loosen the condition by adding a 1 ms sleep between the iterations. This extends the wait from a very small unspecified number to 1000 ms. Change-Id: I8aedd6ac92005de310bc7a58042fe1822e6104dc
Loading
Please sign in to comment