]> source.dussan.org Git - jquery.git/commitdiff
You can't hurry tests, no, you just have to wait.
authorDave Methvin <dave.methvin@gmail.com>
Tue, 10 Jul 2012 16:48:53 +0000 (12:48 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 10 Jul 2012 16:52:21 +0000 (12:52 -0400)
The 100ms here is just too fast and flakey, it causes random fails in swarmy runs.

test/unit/effects.js

index 35ba27275e3a1e884903b6168523208313cc5d4b..fc9c9cc7b590db984cb5fe04ef3badf2ddfdc746 100644 (file)
@@ -1281,7 +1281,7 @@ test( "animate properties missing px w/ opacity as last (#9074)", 2, function()
                left: 200,
                marginLeft: 200,
                opacity: 0
-       }, 1000);
+       }, 2000);
        setTimeout(function() {
                var ml = cssInt( "marginLeft" ),
                        l = cssInt( "left" );
@@ -1291,7 +1291,7 @@ test( "animate properties missing px w/ opacity as last (#9074)", 2, function()
                notEqual( l, 200, "Left is not 200 after partial animate" );
                div.stop().remove();
                start();
-       }, 100);
+       }, 1000);
 });
 
 test("callbacks should fire in correct order (#9100)", function() {