Skip to content

Commit c1fc08c

Browse files
authored
Update timeouts.mdx (#26363)
we've increased waitForTimeout to five min
1 parent 8b45e70 commit c1fc08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/reference/timeouts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each timer controls a specific part of the rendering lifecycle — from page loa
1616
| `goToOptions.timeout` | Time to wait for the page to load before timeout. | 30 s | 60 s |
1717
| `goToOptions.waitUntil` | Time until page load considered complete: <br />`load` = full page load, including resources, like images and stylesheets. <br />`Event.domcontentloaded` = waits until the DOM content has been fully loaded, fires before the page `load` event. <br />`Event.networkidle0` = there are no active network connections for at least 500 ms. <br />`Event.networkidle2` = there are no more than two active network connections for at least 500 ms. |||
1818
| `waitForSelector` | Time to wait for a specific element (any CSS selector) to appear on the page. | null | 60 s |
19-
| `waitForTimeout` | Additional amount of time to wait after the page has loaded to proceed with actions. | null | 60 s |
19+
| `waitForTimeout` | Additional amount of time to wait after the page has loaded to proceed with actions. | null | 5 min |
2020
| `actionTimeout` | Time to wait for the action itself (for example: a screenshot, PDF, or scrape) to complete after the page has loaded. | null | 5 min |
2121
| `PDFOptions.timeout` | Same as `actionTimeout`, but only applies to the [/pdf endpoint](/browser-rendering/rest-api/pdf-endpoint/). | 30 s | 5 min |
2222

0 commit comments

Comments
 (0)