Cleanup travis.yml, tweak how pull requests are handled in saucelabs.js, and tweak timing tests in test/test.js.

This commit is contained in:
John-David Dalton
2013-11-02 20:53:51 -07:00
parent dfab332285
commit d743ec2d2b
3 changed files with 18 additions and 15 deletions

View File

@@ -259,7 +259,7 @@
asyncTest('supports loading ' + basename + ' in a web worker', 1, function() {
if (Worker && !isModularize) {
var limit = 1000,
var limit = 2000,
start = new Date;
var attempt = function() {
@@ -5443,7 +5443,6 @@
test('supports not passing a `max` argument', 1, function() {
var actual = _.random(5),
limit = 60,
start = new Date;
ok(_.some(array, function() {
@@ -6902,7 +6901,7 @@
setTimeout(function() {
ok(count > lastCount);
QUnit.start();
}, 192);
}, 256);
}
else {
skipTest(2);