Describe the feature
At the moment it appears there is a hardcoded timeout of 2 minutes both for both vertx startup as well as for main verticle deployment of a Vertx application.
Relevant code can be found here:
main Verticle Deployment timeout
Vertx startup timeout
It would be helpful if the timeout period could be configured as there might be Vertx applications for which the main verticle deployment takes more than 2 minutes.
Contribution
No response