Timeout for long running dml

Hello,

I am planning to start using liquibase and one of the important use case is to run long running dml (probably upto 2 millions inserts sometimes) . will liquibase timeout in the middle executing these many inserts ? if yes how to get away with it using command line or when using mvn

Thanks

Mayur