From d339ea4e25609d30ab8bd3c391961d7bd9c25b38 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 5 Aug 2017 13:27:07 +0200 Subject: [PATCH] adjust test timeout --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {