From 77915616a8a49ded44832c9c018a79af3c4ae58b Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 16 Nov 2025 15:00:35 +0100 Subject: [PATCH] Update mcp.ts --- playwriter/src/mcp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwriter/src/mcp.ts b/playwriter/src/mcp.ts index c9df4c1..3042db3 100644 --- a/playwriter/src/mcp.ts +++ b/playwriter/src/mcp.ts @@ -171,7 +171,7 @@ server.tool( .describe( 'js playwright code, has {page, state, context} in scope. Should be one line, using ; to execute multiple statements. you MUST call execute multiple times instead of writing complex scripts in a single tool call.', ), - timeout: z.number().default(3000).describe('Timeout in milliseconds for code execution (default: 3000ms)'), + timeout: z.number().default(5000).describe('Timeout in milliseconds for code execution (default: 5000ms)'), }, async ({ code, timeout }) => { await ensureConnection()