fix(cli): guard min-time overflow + normalize 0 exec-timeout to null + stale comment (#54 review)
This commit is contained in:
@@ -2067,8 +2067,7 @@
|
||||
_scriptParameters = script.ParameterDefinitions;
|
||||
_scriptReturn = script.ReturnDefinition;
|
||||
_scriptIsLocked = script.IsLocked;
|
||||
// Preserve any timeout set via Transport import — the UI has no authoring
|
||||
// control for this field, so we round-trip the loaded value unchanged.
|
||||
// Load the per-script execution timeout into the authoring input (null = use site default).
|
||||
_scriptExecutionTimeoutSeconds = script.ExecutionTimeoutSeconds;
|
||||
_scriptModalTab = "trigger";
|
||||
ResetScriptTestRun();
|
||||
|
||||
Reference in New Issue
Block a user