소스 검색

not needed

Daniel Zlotin 7 년 전
부모
커밋
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`);