瀏覽代碼

not needed

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