浏览代码

increase test timeout

Hakim El Hattab 5 年之前
父节点
当前提交
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']
             })