Browse Source

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

Daniel Zlotin 7 years ago
parent
commit
3f220b4428
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/test.e2e.ios.js

+ 1
- 1
scripts/test.e2e.ios.js View File

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