fix: allow longer JD01 registry apply
This commit is contained in:
@@ -1116,7 +1116,7 @@ function parseInfraOptions(args: string[]): InfraOptions {
|
||||
lane,
|
||||
confirm,
|
||||
dryRun: actionRaw === "apply" ? explicitDryRun || !confirm : true,
|
||||
timeoutSeconds: positiveIntegerOption(args, "--timeout-seconds", 60, 60),
|
||||
timeoutSeconds: positiveIntegerOption(args, "--timeout-seconds", 60, 300),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user