Commit 55ec71a
committed
test: give the two-part upload test real timeout headroom
The only test that pushes a real multi-part payload hashes 8 MiB twice and
drives an actual R2 multipart upload, so it is CPU-bound. It takes ~11 s on a
developer machine and ~33 s on a shared CI runner, which overran the 30 s
timeout it had been given. Raise it to 120 s: still short enough to catch a
genuine hang, wide enough that runner speed no longer decides the result.
This is what has kept the private mirror's CI red since 2.5.0 landed.1 parent 0aa6840 commit 55ec71a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
211 | 217 | | |
212 | 218 | | |
213 | 219 | | |
| |||
243 | 249 | | |
244 | 250 | | |
245 | 251 | | |
246 | | - | |
| 252 | + | |
247 | 253 | | |
248 | 254 | | |
249 | 255 | | |
| |||
0 commit comments