Commit a8e0fe0
committed
test(memory): give the #848 provenance test headroom on slow CI runners
Each GET /api/system/memory read costs ~600 ms on the shared ubuntu runner
(the route samples the live process), and the test performs eight reads —
5.2 s against bun's 5 s default timeout, which is how it flaked red on the
wp6 head while passing locally and on macos. Bump the per-test timeout to
20 s; the assertions and read count are unchanged.1 parent daf7069 commit a8e0fe0
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
| |||
0 commit comments