aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/effects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js
index a3c2152ce..e478cdf63 100644
--- a/test/unit/effects.js
+++ b/test/unit/effects.js
@@ -1157,7 +1157,7 @@ function( method, defProp ) {
test( method + "().stop()." + method + "()", function() {
expect( 8 );
- var animTime = 100;
+ var animTime = 2000;
jQuery.each([ "in", "out" ], function( i, type ) {
var $elem = jQuery( "#" + method.toLowerCase() + type ),