From f842b06321211f7f45654afd1bb6cd7409c5979a Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Mon, 13 Aug 2018 21:38:55 -0700 Subject: [PATCH] Increase travis_wait time to 45m --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0f8c86..06ba324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - gem install xcodeproj before_script: - pod install - - travis_wait carthage bootstrap --platform iOS + - travis_wait 45 carthage bootstrap --platform iOS script: - fastlane test - if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi