Commit fda1746
committed
test(hotreload): use 30s timeout to tolerate slow CI runners
caddytest's default 5s http.Client.Timeout covers the whole roundtrip,
including body reads. On emulated armv7 the SSE chain
(WriteFile -> e-dant/watcher -> mercure -> client) doesn't fit in 5s
and the test dies with "Client.Timeout or context cancellation while
reading body".
Bump to 30s — generous enough for the slow runners (~5-6s actual)
while keeping a bounded failure mode if the marker never arrives.
Same fix is in #2431; carrying it here so this PR's CI does not
trip on the unrelated flake.1 parent 7aeeb60 commit fda1746
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments