mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Avoid a false fail in slower Ringo (and other slower environments).
This commit is contained in:
@@ -2025,7 +2025,7 @@
|
||||
|
||||
test('should support a `maxWait` option', 2, function() {
|
||||
if (!(isRhino && isModularize)) {
|
||||
var limit = (argv || isPhantom) ? 1000 : 256,
|
||||
var limit = (argv || isPhantom) ? 1000 : 320,
|
||||
withCount = 0,
|
||||
withoutCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user