increase test timeout
parent
120673c8fa
commit
ad55f84b78
|
@ -72,7 +72,7 @@ gulp.task('test-qunit', function() {
|
||||||
return new Promise( ( resolve, reject ) => {
|
return new Promise( ( resolve, reject ) => {
|
||||||
runQunitPuppeteer({
|
runQunitPuppeteer({
|
||||||
targetUrl: `file://${path.join(__dirname, filename)}`,
|
targetUrl: `file://${path.join(__dirname, filename)}`,
|
||||||
timeout: 10000,
|
timeout: 20000,
|
||||||
redirectConsole: false,
|
redirectConsole: false,
|
||||||
puppeteerArgs: ['--allow-file-access-from-files']
|
puppeteerArgs: ['--allow-file-access-from-files']
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue