Browse Source

not needed

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

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

@@ -25,7 +25,7 @@ function e2e() {
25 25
   try {
26 26
     kill(`detox-server`);
27 27
     cp.exec(`./node_modules/.bin/detox-server > ./detox-server.log 2>&1`);
28
-    exec(`BABEL_ENV=test ./node_modules/mocha/bin/mocha e2e --recursive --timeout 30000 --compilers js:babel-register`);
28
+    exec(`BABEL_ENV=test ./node_modules/mocha/bin/mocha e2e --recursive --compilers js:babel-register`);
29 29
   } finally {
30 30
     kill(`detox-server`);
31 31
     kill(`Simulator`);