mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Try to avoid an inconsistent false fail on ipad simulator.
This commit is contained in:
@@ -10852,7 +10852,7 @@
|
|||||||
if (next) {
|
if (next) {
|
||||||
funced.call(next[0], next[1]);
|
funced.call(next[0], next[1]);
|
||||||
}
|
}
|
||||||
}, 32);
|
}, 64);
|
||||||
|
|
||||||
var next = queue.shift();
|
var next = queue.shift();
|
||||||
funced.call(next[0], next[1]);
|
funced.call(next[0], next[1]);
|
||||||
@@ -10861,7 +10861,7 @@
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
deepEqual(actual, expected);
|
deepEqual(actual, expected);
|
||||||
QUnit.start();
|
QUnit.start();
|
||||||
}, 42);
|
}, 96);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skipTest(2);
|
skipTest(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user