Adjust timing test to avoid false fails in sauce.

This commit is contained in:
John-David Dalton
2013-11-07 09:19:25 -08:00
parent 29b7a71812
commit 49c8f23bf7

View File

@@ -7056,7 +7056,7 @@
setTimeout(function() { _.times(2, throttled); }, 100);
setTimeout(function() {
equal(count, 2);
ok(count > 1);
QUnit.start();
}, 512);
}