Ensure AMD tests it all of the debounce coverage.

This commit is contained in:
John-David Dalton
2013-12-16 23:49:13 -08:00
parent 43fa199cfa
commit ca55748103

View File

@@ -1675,7 +1675,7 @@
test('should work with `maxWait` option', 2, function() {
if (!(isRhino && isModularize)) {
var limit = argv ? 1000 : 256,
var limit = (argv || isPhantomPage) ? 1000 : 256,
withCount = 0,
withoutCount = 0;