Skip to content

Commit 964d868

Browse files
author
CheeseTree Developer
committed
fix: add minimum constraint to waitTimeout schema definition
1 parent 340f9d4 commit 964d868

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/public/demo-time.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,7 @@
13001300
"waitTimeout": {
13011301
"type": "number",
13021302
"default": 5000,
1303+
"minimum": 1,
13031304
"title": "Maximum time in milliseconds to wait for shell integration to confirm command completion. Overrides the default 5000ms cap. Useful for long-running commands such as builds or test suites."
13041305
},
13051306
"url": {

0 commit comments

Comments
 (0)