Skip to content

Commit 544e95e

Browse files
author
Kai Schlamp
committed
Some little adjustments so tests have enough time.
1 parent 0eb4662 commit 544e95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/ticker/ticker_options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test("{mouseOffTimeout: 100}", function() {
8181
}
8282
});
8383

84-
window.setTimeout(function() { start(); }, 200 );
84+
window.setTimeout(function() { start(); }, 300 );
8585
});
8686

8787
test("{mouseOnTimeout: 100}", function() {
@@ -107,7 +107,7 @@ test("{mouseOnTimeout: 100}", function() {
107107
});
108108

109109
$("#ticker").simulate("mouseover");
110-
window.setTimeout(function() { start(); }, 200 );
110+
window.setTimeout(function() { start(); }, 300 );
111111
});
112112

113113
test('{nextItem: function() {return $("TestItem")}}', function() {

0 commit comments

Comments
 (0)