Skip to content

Commit e529d91

Browse files
committed
Add more delay to the "halfway" tests for non-focused cases.
When the browser window isn't visible, setTimeouts have 1-second granularity.
1 parent d332046 commit e529d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/effects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ function( method, defProp ) {
11571157
test( method + "().stop()." + method + "()", function() {
11581158
expect( 8 );
11591159

1160-
var animTime = 100;
1160+
var animTime = 2000;
11611161

11621162
jQuery.each([ "in", "out" ], function( i, type ) {
11631163
var $elem = jQuery( "#" + method.toLowerCase() + type ),

0 commit comments

Comments
 (0)