adjust test timeout

This commit is contained in:
Martin
2017-08-05 13:27:07 +02:00
parent f63980722a
commit d339ea4e25
+1 -1
View File
@@ -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() {