You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> vivliostyle --version
cli: 8.20.0
core: 2.31.2
> vivliostyle build .\output.html --timeout 0
✖ page.waitForFunction: Timeout 120000ms exceeded.
at buildPDF (C:\Users\mukai\AppData\Roaming\npm\node_modules\@vivliostyle\cli\dist\output\pdf.js:164:16)
at async build (C:\Users\mukai\AppData\Roaming\npm\node_modules\@vivliostyle\cli\dist\build.js:84:30)
If you think this is a bug, please report at https://github.com/vivliostyle/vivliostyle-cli/issues
ビルドのタイムアウト時間を無制限にするには
page.setDefaultTimeout
に0を設定すればよいはずですが、--timeout 0
ではデフォルト値の120秒が使用されるようです。これは意図された挙動でしょうか?テスト用HTML生成スクリプト
該当箇所をデバッガで確認するとtimout=120000になっていました。
vivliostyle-cli/src/output/pdf.ts
Lines 242 to 252 in 55273a8
The text was updated successfully, but these errors were encountered: