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>
A
Andreas Taranetz committed
36f8a896618cc243be82577b77658d7ed1b122a5
Parent: 9b93d78
Committed by GitHub <noreply@github.com>
on 5/2/2026, 3:16:43 AM