@@ -145,7 +145,7 @@ jobs:
145145 - name : " Test API"
146146 uses : nick-fields/retry@v3
147147 with :
148- timeout_minutes : 10
148+ timeout_minutes : 20
149149 max_attempts : 2
150150 shell : bash
151151 command : |
@@ -154,7 +154,7 @@ jobs:
154154 - name : " Test API test_launcher"
155155 uses : nick-fields/retry@v3
156156 with :
157- timeout_minutes : 2
157+ timeout_minutes : 20
158158 max_attempts : 2
159159 shell : bash
160160 command : |
@@ -163,7 +163,7 @@ jobs:
163163 - name : " Test API test_server"
164164 uses : nick-fields/retry@v3
165165 with :
166- timeout_minutes : 8
166+ timeout_minutes : 20
167167 max_attempts : 2
168168 shell : bash
169169 command : |
@@ -172,7 +172,7 @@ jobs:
172172 - name : " Test API test_local_server"
173173 uses : nick-fields/retry@v3
174174 with :
175- timeout_minutes : 2
175+ timeout_minutes : 20
176176 max_attempts : 2
177177 shell : bash
178178 command : |
@@ -181,7 +181,7 @@ jobs:
181181 - name : " Test API test_multi_server"
182182 uses : nick-fields/retry@v3
183183 with :
184- timeout_minutes : 5
184+ timeout_minutes : 20
185185 max_attempts : 2
186186 shell : bash
187187 command : |
@@ -190,7 +190,7 @@ jobs:
190190 - name : " Test API test_remote_workflow"
191191 uses : nick-fields/retry@v3
192192 with :
193- timeout_minutes : 2
193+ timeout_minutes : 20
194194 max_attempts : 3
195195 shell : bash
196196 command : |
@@ -199,7 +199,7 @@ jobs:
199199 - name : " Test API test_remote_operator"
200200 uses : nick-fields/retry@v3
201201 with :
202- timeout_minutes : 2
202+ timeout_minutes : 20
203203 max_attempts : 2
204204 shell : bash
205205 command : |
@@ -208,7 +208,7 @@ jobs:
208208 - name : " Test API test_workflow"
209209 uses : nick-fields/retry@v3
210210 with :
211- timeout_minutes : 3
211+ timeout_minutes : 20
212212 max_attempts : 3
213213 shell : bash
214214 command : |
@@ -217,7 +217,7 @@ jobs:
217217 - name : " Test API test_service"
218218 uses : nick-fields/retry@v3
219219 with :
220- timeout_minutes : 3
220+ timeout_minutes : 20
221221 max_attempts : 2
222222 shell : bash
223223 command : |
@@ -226,7 +226,7 @@ jobs:
226226 - name : " Test Operators"
227227 uses : nick-fields/retry@v3
228228 with :
229- timeout_minutes : 3
229+ timeout_minutes : 20
230230 max_attempts : 2
231231 shell : bash
232232 command : |
@@ -235,7 +235,7 @@ jobs:
235235 - name : " Test Documentation"
236236 uses : nick-fields/retry@v3
237237 with :
238- timeout_minutes : 8
238+ timeout_minutes : 20
239239 max_attempts : 2
240240 shell : bash
241241 command : |
0 commit comments