I have a maven spring project using liquibase. At the moment we have multiple instances deploying but sometimes the deployment will fail because the lock will last more than five minutes, due to the size of the changes.
How can I change the changlog wait lock time? I'm using the liquibase maven plugin, for which I didn't find obvious ways to configure this parameter, but I know that a command parameter exists: https://docs.liquibase.com/parameters/command-parameters.html