1
0
Hakim El Hattab 5 жил өмнө
parent
commit
ad55f84b78
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      gulpfile.js

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