#4243·flyway

Native connectors have hardcoded process timeout of 5 minutes

Author: cermakczCreated Jun 4, 2026Updated Jul 21, 2026
Labelst: feature

We're using Flyway for MongoDB and noticed that the NativeConnectorsProcessRunner has hardcoded timeout of 5 minutes for the process it runs. This means that the migration HAS to finish in 5 minutes, with no way to override this timeout.

It'd be nice if there was a parameter which would override this value, if the user chooses so.