File tree Expand file tree Collapse file tree 7 files changed +8
-16
lines changed Expand file tree Collapse file tree 7 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 86
86
run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
87
87
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
88
88
with :
89
- timeout_minutes : 120
89
+ timeout_minutes : 15
90
90
max_attempts : 3
91
- retry_on : error
92
91
retry_wait_seconds : 120
93
92
command : ([ -z $plist_secret ] || scripts/build.sh Auth iOS ${{ matrix.scheme }})
94
93
@@ -164,8 +163,7 @@ jobs:
164
163
run : scripts/configure_test_keychain.sh
165
164
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
166
165
with :
167
- timeout_minutes : 120
166
+ timeout_minutes : 15
168
167
max_attempts : 3
169
- retry_on : error
170
168
retry_wait_seconds : 120
171
169
command : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
Original file line number Diff line number Diff line change @@ -112,9 +112,8 @@ jobs:
112
112
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
113
113
if : contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
114
114
with :
115
- timeout_minutes : 120
115
+ timeout_minutes : 15
116
116
max_attempts : 3
117
- retry_on : error
118
117
retry_wait_seconds : 120
119
118
command : |
120
119
./scripts/build.sh \
Original file line number Diff line number Diff line change 41
41
run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
42
42
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
43
43
with :
44
- timeout_minutes : 120
44
+ timeout_minutes : 15
45
45
max_attempts : 3
46
- retry_on : error
47
46
retry_wait_seconds : 120
48
47
command : |
49
48
scripts/test_catalyst.sh \
Original file line number Diff line number Diff line change @@ -139,9 +139,8 @@ jobs:
139
139
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
140
140
if : contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
141
141
with :
142
- timeout_minutes : 120
142
+ timeout_minutes : 15
143
143
max_attempts : 3
144
- retry_on : error
145
144
retry_wait_seconds : 120
146
145
command : |
147
146
scripts/pod_lib_lint.rb ${{ inputs.product }}.podspec --platforms=${{ matrix.platform }} \
Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ jobs:
133
133
run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
134
134
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
135
135
with :
136
- timeout_minutes : 120
136
+ timeout_minutes : 15
137
137
max_attempts : 3
138
- retry_on : error
139
138
retry_wait_seconds : 120
140
139
command : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
Original file line number Diff line number Diff line change 81
81
run : FirebaseFunctions/Backend/start.sh synchronous
82
82
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
83
83
with :
84
- timeout_minutes : 120
84
+ timeout_minutes : 15
85
85
max_attempts : 3
86
- retry_on : error
87
86
retry_wait_seconds : 120
88
87
command : scripts/build.sh Firebase-Package iOS ${{ matrix.test }}
89
88
Original file line number Diff line number Diff line change 71
71
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
72
72
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
73
73
with :
74
- timeout_minutes : 120
74
+ timeout_minutes : 15
75
75
max_attempts : 3
76
- retry_on : error
77
76
retry_wait_seconds : 120
78
77
command : ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
79
78
You can’t perform that action at this time.
0 commit comments