From bc8b10039c53bbf7d8a01a33a2c10c3ebdac9107 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 3 Feb 2026 12:38:52 +0100 Subject: [PATCH] Update snapshot-tools.test.ts --- playwriter/src/snapshot-tools.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwriter/src/snapshot-tools.test.ts b/playwriter/src/snapshot-tools.test.ts index ebbec9a..38732ae 100644 --- a/playwriter/src/snapshot-tools.test.ts +++ b/playwriter/src/snapshot-tools.test.ts @@ -181,7 +181,7 @@ describe('Snapshot & Screenshot Tests', () => { await globalThis.toggleExtensionForActiveTab() }) - await new Promise(r => setTimeout(r, 100)) + await new Promise(r => setTimeout(r, 400)) const capturedCommands: CDPCommand[] = [] const commandHandler = ({ command }: { clientId: string; command: CDPCommand }) => {