Skip to content

Commit 2acc2b4

Browse files
committed
fix(api): update Playwright timeout default to 60 seconds
1 parent 4ffd35b commit 2acc2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,8 +1524,8 @@ components:
15241524
Example: "await page.goto('https://example.com'); return await page.title();"
15251525
timeout_sec:
15261526
type: integer
1527-
description: Maximum execution time in seconds. Default is 30.
1528-
default: 30
1527+
description: Maximum execution time in seconds. Default is 60.
1528+
default: 60
15291529
minimum: 1
15301530
maximum: 300
15311531
additionalProperties: false

0 commit comments

Comments
 (0)