diff --git a/gulpfile.js b/gulpfile.js index 4b93649f..a7b59f25 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,5 +15,5 @@ var gulp = require('gulp'), gulp.task('test', function() { return gulp.src('./test/index.html') - .pipe(qunit({ timeout: 10 })); + .pipe(qunit({ timeout: 20, noGlobals: true })); }); diff --git a/package.json b/package.json index 0603c97e..076e00fa 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "gulp": "^3.9.0", - "gulp-qunit": "^1.2.1", + "gulp-qunit": "git://github.com/lehni/gulp-qunit.git#459c5603ceac460327a40dc89df6f19c786dc61b", "jshint": "2.8.x", "prepro": "~0.9.1", "uglify-js": "~2.4.24"