jquery-ui/tests/unit/effects
Scott González 3a45a47968 Effects: Adjust animation duration in tests
With jQuery 3 using `requestAnimationFrame()`, the `setTimeout()` timing
for short animations wasn't working consistently. This resulted in infrequent
failures everywhere (but infrequent enough that it's hard to even notice), but
consistent failures in IE and Edge. Bumping up the duration and running the
assertions in the middle seems to give consistent results.

Eventually, we should refactor this to use `requestAnimationFrame()` in the
tests themselves to avoid problems like this.

Closes gh-1738
2016-08-30 16:37:24 -04:00
..
all.html Tests: Switch to the new qunit-composite module 2015-04-07 09:03:36 -04:00
core.js Effects: Adjust animation duration in tests 2016-08-30 16:37:24 -04:00
effects.html Tests: Fix AMD loading in IE8 2015-04-17 12:13:38 -04:00
scale.js Effects: Shift to use no globals 2016-04-14 00:06:12 +05:30