mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +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() {
|
||||
equal(count, 2);
|
||||
ok(count > 1);
|
||||
QUnit.start();
|
||||
}, 512);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user