Increase xcodebuild timeout (#684)
Summary: Until we have a better solution Pull Request resolved: https://github.com/facebook/flipper/pull/684 Reviewed By: nikoant Differential Revision: D18881940 Pulled By: passy fbshipit-source-id: 44960f6602da8e50c5c9cb4fc35e5009fb21e9d5
This commit is contained in:
committed by
Facebook Github Bot
parent
b4b70ef02b
commit
3696697c6b
@@ -64,7 +64,7 @@ matrix:
|
||||
script:
|
||||
- cd iOS/Sample
|
||||
- IPHONESIMULATOR=$(xcodebuild -showsdks | grep -o "iphonesimulator[0-9]\\+\\.[0-9]\\+$")
|
||||
- travis_wait xcodebuild clean build -workspace Sample.xcworkspace -scheme Sample -sdk $IPHONESIMULATOR -quiet > ./build.log
|
||||
- travis_wait 30 xcodebuild clean build -workspace Sample.xcworkspace -scheme Sample -sdk $IPHONESIMULATOR -quiet > ./build.log
|
||||
- tail -100 ./build.log
|
||||
|
||||
- language: objective-c
|
||||
|
||||
Reference in New Issue
Block a user