Daniel Zlotin преди 8 години
родител
ревизия
f08c0fc5e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      playground/scripts/e2e.ios.js

+ 1
- 1
playground/scripts/e2e.ios.js Целия файл

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