Commit 01b655c
authored
test(ci): fail-fast and retry the flaky mainnet sync tests (#10860)
`integration::sync::sync_one_checkpoint_mainnet` and `restart_stop_at_height`
sync mainnet to genesis from live peers and normally finish in ~10-30s, but a
slow/unreachable peer occasionally stalls them toward the 30m hard limit
(15m x 2), flaking on timeout. Lower the slow-timeout to 10m (still far above
the ~30s norm) so a stall fails in minutes, and add retries so the transient
stall recovers -- mirroring the existing disconnects_from_misbehaving_peers
override.1 parent 8d90981 commit 01b655c
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments