7.4 Configuring Deployment

7.4.1 Configuring the Deployment Timeout

To change the deployment timeout, edit the deployer.config file in the SERVER_HOME/config directory. The following listing displays the default configuration distributed with the dm Server.

{
    "deployer" : {
        "version" : 1.0,
        "deploymentTimeoutSeconds" : 30
    }
}