Introducing Agent Safe Governance for the AI Era

--sqlcmd-timeout

Last updated: June 5, 2026

Seconds to wait before the sqlcmd timeout. Set to -1 to disable the timeout. Set to 0 to return an error immediately. Default: 1800 (30 minutes).

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlcmd-timeout=<integer>

Liquibase properties file (defaults file)

liquibase.sqlcmd.timeout: <integer>

Global flow file argument (example)

globalArgs: { sqlcmd-timeout: "<integer>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlcmd.timeout=<integer>

Liquibase environment variable

LIQUIBASE_SQLCMD_TIMEOUT=<integer>