Browse Source

trying with bigger timeout

Daniel Zlotin 7 years ago
parent
commit
45cf099043
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/travis.sh

+ 1
- 1
scripts/travis.sh View File

@@ -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"