Commit 36f8a89
fix(export): pass timeout to frame.waitForLoadState() (#2578)
The timeout option was already forwarded to page.goto() and
page.waitForLoadState(), but the subsequent frame loop used Playwright's
hardcoded 30 s default. Large presentations with many slides, iframes,
or complex components could exceed 30 s, making --timeout and
export.timeout ineffective.
Fixes #2577
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b93d78 commit 36f8a89
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments