fix(#1662): bump row-wait to 20s — packets table data fetch slow on single-pass run

This commit is contained in:
meshcore-bot
2026-06-12 04:26:39 +00:00
parent b0996047ef
commit f06359d739
+1 -1
View File
@@ -70,7 +70,7 @@ const PAGES = [
// virtual-scroll spacer race on the packets page (#1662).
await page.waitForFunction((rowSel) => {
return document.querySelector(rowSel) !== null;
}, p.rowSel, { timeout: 8000 });
}, p.rowSel, { timeout: 20000 });
});
await step(`${tag}: clicking row opens slide-over with backdrop`, async () => {