fix(cli): honor check navigation timeout (#2860)

* fix(cli): honor check navigation timeout

* test(cli): clarify diagnostic timeout precedence
This commit is contained in:
Miguel Ángel
2026-07-29 20:50:20 +02:00
committed by GitHub
parent 6cfb05e38b
commit fdc5932897
9 changed files with 60 additions and 7 deletions
+2 -1
View File
@@ -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: {