Bläddra i källkod

trying with bigger timeout

Daniel Zlotin 7 år sedan
förälder
incheckning
45cf099043
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      scripts/travis.sh

+ 1
- 1
scripts/travis.sh Visa fil

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