From ad55f84b782c1e1133c312423340cb502cbe2798 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 7 Apr 2020 09:57:28 +0200 Subject: [PATCH] increase test timeout --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] })