From 38b20060d42d96688049d69ecc86d9d026204823 Mon Sep 17 00:00:00 2001 From: Jayahari Vavachan Date: Wed, 25 Nov 2020 21:08:01 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f07cd79d1..4d11a0b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ before_install: - brew install doxygen - gem install slather # Keep the xcodebuild quiet or else the job will exceed the maximum log length, and will terminate -script: travis_wait 20 xcodebuild test -project CouchbaseLite.xcodeproj -scheme "$SCHEME" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" -enableCodeCoverage YES -quiet +script: travis_wait 45 xcodebuild test -project CouchbaseLite.xcodeproj -scheme "$SCHEME" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" -enableCodeCoverage YES -quiet after_success: - test "$SCHEME" = "CBL_ObjC" && slather