Kaynağa Gözat

increase ios e2e workers (#4283)

Shalom Yerushalmy 5 yıl önce
ebeveyn
işleme
8faa96a056
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js Dosyayı Görüntüle

@@ -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}`);