Increase test:phantom timeout

This commit is contained in:
Jürg Lehni 2018-10-03 11:37:28 +02:00
parent 9201ea973e
commit e41ed5e723

View file

@ -21,7 +21,7 @@ gulp.task('test:phantom', ['minify:acorn'], function() {
return gulp.src('index.html', { cwd: 'test' })
.pipe(qunits({
checkGlobals: true,
timeout: 20
timeout: 40
}));
});