mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07: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() {
|
test('should support a `maxWait` option', 2, function() {
|
||||||
if (!(isRhino && isModularize)) {
|
if (!(isRhino && isModularize)) {
|
||||||
var limit = (argv || isPhantom) ? 1000 : 256,
|
var limit = (argv || isPhantom) ? 1000 : 320,
|
||||||
withCount = 0,
|
withCount = 0,
|
||||||
withoutCount = 0;
|
withoutCount = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user