X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Funit%2Ffx.js;h=c6da80d60dd0f434f0e40e3008d4550ebf936802;hb=db8226229637b00dda8757e8b96fd8362cf67a70;hp=978ef7178dc92ecfd692dd78fca2e8c662b463ca;hpb=d7d908b05a442745c1a90728805b74db0a7921cf;p=jquery.git diff --git a/test/unit/fx.js b/test/unit/fx.js index 978ef71..c6da80d 100644 --- a/test/unit/fx.js +++ b/test/unit/fx.js @@ -61,7 +61,7 @@ test("animate option (queue === false)", function () { // short duration and out of queue so should finish first order.push(1); }}); - $foo.animate({height:'100px'}, 10, function() { + $foo.animate({height:'100px'}, 100, function() { // queued behind the first animation so should finish third order.push(3); isSet( order, [ 1, 2, 3], "Animations finished in the correct order" );