Skip to content

Commit 6809285

Browse files
committed
decrease timeout threshold
1 parent 55ef3ce commit 6809285

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/auth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
8787
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
8888
with:
89-
timeout_minutes: 120
89+
timeout_minutes: 15
9090
max_attempts: 3
9191
retry_wait_seconds: 120
9292
command: ([ -z $plist_secret ] || scripts/build.sh Auth iOS ${{ matrix.scheme }})
@@ -163,7 +163,7 @@ jobs:
163163
run: scripts/configure_test_keychain.sh
164164
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
165165
with:
166-
timeout_minutes: 120
166+
timeout_minutes: 15
167167
max_attempts: 3
168168
retry_wait_seconds: 120
169169
command: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
113113
if: contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
114114
with:
115-
timeout_minutes: 120
115+
timeout_minutes: 15
116116
max_attempts: 3
117117
retry_wait_seconds: 120
118118
command: |

.github/workflows/common_catalyst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
4242
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
4343
with:
44-
timeout_minutes: 120
44+
timeout_minutes: 15
4545
max_attempts: 3
4646
retry_wait_seconds: 120
4747
command: |

.github/workflows/common_cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
140140
if: contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
141141
with:
142-
timeout_minutes: 120
142+
timeout_minutes: 15
143143
max_attempts: 3
144144
retry_wait_seconds: 120
145145
command: |

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
134134
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
135135
with:
136-
timeout_minutes: 120
136+
timeout_minutes: 15
137137
max_attempts: 3
138138
retry_wait_seconds: 120
139139
command: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: FirebaseFunctions/Backend/start.sh synchronous
8282
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
8383
with:
84-
timeout_minutes: 120
84+
timeout_minutes: 15
8585
max_attempts: 3
8686
retry_wait_seconds: 120
8787
command: scripts/build.sh Firebase-Package iOS ${{ matrix.test }}

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
7272
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
7373
with:
74-
timeout_minutes: 120
74+
timeout_minutes: 15
7575
max_attempts: 3
7676
retry_wait_seconds: 120
7777
command: ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)

0 commit comments

Comments
 (0)