File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
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
91
retry_wait_seconds : 120
92
92
command : ([ -z $plist_secret ] || scripts/build.sh Auth iOS ${{ matrix.scheme }})
@@ -163,7 +163,7 @@ jobs:
163
163
run : scripts/configure_test_keychain.sh
164
164
- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
165
165
with :
166
- timeout_minutes : 120
166
+ timeout_minutes : 15
167
167
max_attempts : 3
168
168
retry_wait_seconds : 120
169
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,7 +112,7 @@ 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
117
retry_wait_seconds : 120
118
118
command : |
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
46
retry_wait_seconds : 120
47
47
command : |
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ 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
144
retry_wait_seconds : 120
145
145
command : |
Original file line number Diff line number Diff line change @@ -133,7 +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
138
retry_wait_seconds : 120
139
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
86
retry_wait_seconds : 120
87
87
command : scripts/build.sh Firebase-Package iOS ${{ matrix.test }}
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
76
retry_wait_seconds : 120
77
77
command : ([ -z $plist_secret ] || scripts/build.sh Storage${{ matrix.language }} all)
You can’t perform that action at this time.
0 commit comments