mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-01 04:10:29 +02:00
increase test timeout
This commit is contained in:
@@ -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']
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user