As part of my application deployment, I have some commands
in my .ebextensions
config files. It might take 20 minutes or more for all the commands to complete, the first time the commands are run (cloning big repositories).
Unfortunately, this triggers a timeout during deployment:
INFO Deploying new version to instance(s).
WARN The following instances have not responded in the allowed command
timeout time (they might still finish eventually on their own).
INFO Command execution completed. Summary: [Successful: 0, TimedOut: 1].
Is it possible to increase this timeout? I can't find the option in my environment settings.