ソースを参照

trying with bigger timeout

Daniel Zlotin 7 年 前
コミット
45cf099043
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      scripts/travis.sh

+ 1
- 1
scripts/travis.sh ファイルの表示

@@ -14,6 +14,6 @@ echo "************ 2"
14 14
 
15 15
 echo "************ 3"
16 16
 
17
-detoxAppBuildPath="ios/DerivedData/playground/Build/Products/Release_Detox-iphonesimulator/playground.app" BABEL_ENV=test ./node_modules/mocha/bin/mocha e2e --timeout 120000 --recursive --compilers js:babel-register
17
+detoxAppBuildPath="ios/DerivedData/playground/Build/Products/Release_Detox-iphonesimulator/playground.app" BABEL_ENV=test ./node_modules/mocha/bin/mocha e2e --timeout 240000 --recursive --compilers js:babel-register
18 18
 
19 19
 echo "************ 4"