diff --git a/gulpfile.js b/gulpfile.js index db20c5e..d5d97e1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,7 +15,7 @@ gulp.task('build', function() { gulp.task('test', ['build'], function() { return gulp.src('./test/index.html') - .pipe(qunit()); + .pipe(qunit({timeout: 1})); }); gulp.task('lint', function() {