increase timeout

This commit is contained in:
keefertaylor 2019-10-27 22:16:56 -06:00
parent f892c69b87
commit 9b6495b54b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ after_deploy:
script: script:
# CocoaPods # CocoaPods
- xcodegen generate - xcodegen generate
- pod lib lint - travis_wait 120 pod lib lint
# Carthage # Carthage
- rm -rf MnemonicKit.xcodeproj - rm -rf MnemonicKit.xcodeproj
- xcodegen generate - xcodegen generate