How can I prevent the web installation script from timing out on my large content store?

You can increase a timeout value in the installation script.

Description

The installation failure occurs when the DRM cache takes longer to create than the time allotted.

Solution

In the installation folder, edit the install.groovy file. Change the def timeout = 300/waitInterval value to def timeout = 6000/waitInterval.