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