Browse Source

trying with bigger timeout

Daniel Zlotin 8 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
 
14
 
15
 echo "************ 3"
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
 echo "************ 4"
19
 echo "************ 4"