planetary-social / nos

nos.social social media for all of us, using nostr
https://nos.social
Mozilla Public License 2.0
123 stars 14 forks source link

Increase build settings timeout during fastlane deployments #1662

Closed mplorentz closed 1 month ago

mplorentz commented 1 month ago

Description

Trying to fix this intermittent deployment failure:

xcodebuild -showBuildSettings timed out after 4 retries with a base timeout of 3. You can override the base timeout value with the environment variable FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT, and the number of retries with the environment variable FASTLANE_XCODEBUILD_SETTINGS_RETRIES 

example

I got this idea from https://github.com/fastlane/fastlane/issues/20919#issuecomment-1344976529

How to test

Merge and hope this intermittent failure stops.