浏览代码

increase ios e2e workers (#4283)

Shalom Yerushalmy 5 年前
父节点
当前提交
8faa96a056
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js 查看文件

@@ -16,7 +16,7 @@ function run() {
16 16
     const configuration = `${prefix}.${suffix}`;
17 17
     const cleanup = process.env.CI ? `--cleanup` : ``;
18 18
     const headless$ = android ? headless ? `--headless` : `` : ``;
19
-    const workers = multi ? 2 : 1;
19
+    const workers = multi ? 3 : 1;
20 20
 
21 21
     if (!skipBuild) {
22 22
         exec.execSync(`detox build --configuration ${configuration}`);