Bläddra i källkod

increase ios e2e timeout to 5 minutes due to flaky travis builds

Daniel Zlotin 7 år sedan
förälder
incheckning
3f220b4428
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      scripts/test.e2e.ios.js

+ 1
- 1
scripts/test.e2e.ios.js Visa fil

@@ -30,7 +30,7 @@ function runDetoxUsingMocha() {
30 30
   exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}"
31 31
                               BABEL_ENV=test
32 32
                               ./node_modules/mocha/bin/mocha e2e
33
-                                --timeout ${2 * 60 * 1000}
33
+                                --timeout ${5 * 60 * 1000}
34 34
                                 --recursive
35 35
                                 --bail`);
36 36
 }