ソースを参照

increase ios e2e workers (#4283)

Shalom Yerushalmy 5 年 前
コミット
8faa96a056
No account linked to committer's email address
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js ファイルの表示

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