WebSphere Liberty Startup Timeout

I’ve been searching for this for a while, and finally stumbled upon it by accident. It’s a property of the Application Manager in server.xml. You can set it like this:

<applicationManager startTimeout="90s"/>

or, more likely:

<applicationManager autoExpand="true" startTimeout="90s"/>