瀏覽代碼

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"