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