mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Adjust timing test to avoid false fails in sauce.
This commit is contained in:
@@ -7056,7 +7056,7 @@
|
|||||||
setTimeout(function() { _.times(2, throttled); }, 100);
|
setTimeout(function() { _.times(2, throttled); }, 100);
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
equal(count, 2);
|
ok(count > 1);
|
||||||
QUnit.start();
|
QUnit.start();
|
||||||
}, 512);
|
}, 512);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user