Commit 9392c83
committed
test(e2e): bump preview-render timeout to 75s under CI load
PR #172's first pull_request-triggered run hit a worker-contention
timeout in metadata/format-specific/doc-format-overrides.qmd — the
preview iframe didn't render within 45s on any of the 3 attempts.
Same shape as the failures we saw with 4 workers (cleared by dropping
to 2), but now appearing at 2 workers because the runner happened to
be slower this time. 8 other smoke-all tests passed only on retry,
i.e. they were right at the edge.
Bump waitForPreviewRender from 45s to 75s, and the per-test ceiling
from 60s to 90s so the wider preview wait can actually fire. Fast
tests still pass fast; slower fixtures under contention get the
breathing room they need.1 parent ae8274a commit 9392c83
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
111 | | - | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| |||
0 commit comments