adjust test timeout
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ gulp.task('build', function() {
|
|||||||
|
|
||||||
gulp.task('test', ['build'], function() {
|
gulp.task('test', ['build'], function() {
|
||||||
return gulp.src('./test/index.html')
|
return gulp.src('./test/index.html')
|
||||||
.pipe(qunit());
|
.pipe(qunit({timeout: 1}));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('lint', function() {
|
gulp.task('lint', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user