Avoid a false fail in slower Ringo (and other slower environments).

This commit is contained in:
John-David Dalton
2014-05-16 00:43:38 -07:00
parent e85b0a81ba
commit c91e8d7aa7

View File

@@ -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;