mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Fix flakey _.throttle unit test.
This commit is contained in:
@@ -5802,7 +5802,7 @@
|
||||
var result = [throttled('a'), throttled('b')];
|
||||
deepEqual(result, ['a', 'a']);
|
||||
QUnit.start();
|
||||
}, 64);
|
||||
}, 96);
|
||||
}
|
||||
else {
|
||||
skipTest(2);
|
||||
|
||||
Reference in New Issue
Block a user