File tree Expand file tree Collapse file tree
tests/integration/06_page_load_timeout_validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -566,8 +566,8 @@ def _main() -> None:
566566 )
567567 command_parser_print .add_argument (
568568 "--page-load-timeout" ,
569- # 10 minutes should be enough to print even the largest documents.
570- type = IntRange (0 , 10 * 60 ),
569+ # 60 minutes should be enough to print even the largest documents.
570+ type = IntRange (0 , 60 * 60 ),
571571 default = 2 * 60 ,
572572 help = (
573573 "How long shall html2pdf4doc Python driver wait while the "
Original file line number Diff line number Diff line change 11RUN: %expect_exit 2 %html2pdf print --page-load-timeout 1000000 %S/index1.html %S/Output/index1.pdf 2>&1 | filecheck %s
22
3- CHECK: {{.*}} print: error: argument --page-load-timeout: Must be an integer in the range [0, 600 ].
3+ CHECK: {{.*}} print: error: argument --page-load-timeout: Must be an integer in the range [0, 3600 ].
You can’t perform that action at this time.
0 commit comments