Fix flakey _.throttle unit test.

This commit is contained in:
John-David Dalton
2013-10-22 12:22:32 -07:00
parent cacd072c15
commit 5be66e98c2

View File

@@ -5802,7 +5802,7 @@
var result = [throttled('a'), throttled('b')]; var result = [throttled('a'), throttled('b')];
deepEqual(result, ['a', 'a']); deepEqual(result, ['a', 'a']);
QUnit.start(); QUnit.start();
}, 64); }, 96);
} }
else { else {
skipTest(2); skipTest(2);