Skip to content

Commit 0923d8c

Browse files
author
Alexey Alter-Pesotskiy
committed
[BW] Move xcodebuild settings timeout to fastfile
1 parent 5726709 commit 0923d8c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
env:
99
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
10-
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
1110

1211
jobs:
1312
build-and-test-e2e-debug:

.github/workflows/smoke-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ concurrency:
2121

2222
env:
2323
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
24-
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
2524
IOS_SIMULATOR_DEVICE: "iPhone 12 Pro (16.0)"
2625

2726
jobs:

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_all do
1515
if is_ci
1616
setup_ci
1717
xcversion(version: "~> #{xcode_version}")
18+
ENV['FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT'] = '180'
1819
end
1920
end
2021

0 commit comments

Comments
 (0)