mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 10:06:21 +00:00
fix(cli): honor check navigation timeout (#2860)
* fix(cli): honor check navigation timeout * test(cli): clarify diagnostic timeout precedence
This commit is contained in:
@@ -86,7 +86,8 @@ export function createCheckCommand(
|
||||
},
|
||||
timeout: {
|
||||
type: "string",
|
||||
description: "Ms to wait for scripts and media to settle initially (default: 3000)",
|
||||
description:
|
||||
"Initial render-ready timeout in ms; also sets the navigation minimum (10s floor, default: 3000)",
|
||||
default: "3000",
|
||||
},
|
||||
contrast: {
|
||||
|
||||
Reference in New Issue
Block a user