increase travis_wait time to 60m

This commit is contained in:
Mingshen Sun 2019-11-20 00:39:56 -08:00
parent 81eb4b8641
commit 62fd830092
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -25,7 +25,7 @@ before_script:
ls -ld Carthage/Build/iOS/*framework ls -ld Carthage/Build/iOS/*framework
else else
echo "Bootstrap carthage dependencies." echo "Bootstrap carthage dependencies."
travis_wait 45 carthage bootstrap --platform iOS travis_wait 60 carthage bootstrap --platform iOS
fi fi
- | - |
if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then