diff --git a/gulpfile.js b/gulpfile.js index c321e68..039e0a9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -72,7 +72,7 @@ gulp.task('test-qunit', function() { return new Promise( ( resolve, reject ) => { runQunitPuppeteer({ targetUrl: `file://${path.join(__dirname, filename)}`, - timeout: 10000, + timeout: 20000, redirectConsole: false, puppeteerArgs: ['--allow-file-access-from-files'] })