From f06359d7391a3c4a63c25554cb57fecca1973c05 Mon Sep 17 00:00:00 2001 From: meshcore-bot Date: Fri, 12 Jun 2026 04:26:39 +0000 Subject: [PATCH] =?UTF-8?q?fix(#1662):=20bump=20row-wait=20to=2020s=20?= =?UTF-8?q?=E2=80=94=20packets=20table=20data=20fetch=20slow=20on=20single?= =?UTF-8?q?-pass=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-slideover-1056-e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-slideover-1056-e2e.js b/test-slideover-1056-e2e.js index 72d55199..1e4583c8 100644 --- a/test-slideover-1056-e2e.js +++ b/test-slideover-1056-e2e.js @@ -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 () => {