Skip to content

Commit 5625b6f

Browse files
author
Alexey Alter-Pesotskiy
committed
[BW] Bump fastlane xcodebuild settings timeout
1 parent 05dfdb9 commit 5625b6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cron-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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
1011

1112
jobs:
1213
build-and-test-e2e-debug:

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ 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
2425
IOS_SIMULATOR_DEVICE: "iPhone 12 Pro (16.0)"
2526

2627
jobs:

0 commit comments

Comments
 (0)