increase test timeout

master
Hakim El Hattab 2020-04-07 09:57:28 +02:00
parent 120673c8fa
commit ad55f84b78
1 changed files with 1 additions and 1 deletions

View File

@ -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']
})