We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffd35b commit 2acc2b4Copy full SHA for 2acc2b4
server/openapi.yaml
@@ -1524,8 +1524,8 @@ components:
1524
Example: "await page.goto('https://example.com'); return await page.title();"
1525
timeout_sec:
1526
type: integer
1527
- description: Maximum execution time in seconds. Default is 30.
1528
- default: 30
+ description: Maximum execution time in seconds. Default is 60.
+ default: 60
1529
minimum: 1
1530
maximum: 300
1531
additionalProperties: false
0 commit comments