When executing the step "Artifact Distribute to Agent" in a deployment, the process fails with a timeout error. This is frequently observed in environments integrated with Nexus 3 repositories where large artifacts or network latency cause the distribution task to exceed the default internal timeout.
The distribution process reaches the default HTTP read timeout limit set for the internal communication between the NAC and execution components.
To resolve this issue, increase the timeout value by overriding the default property on the NAC:
Log in to the Nolio Automation Center (NAC) server.
Navigate to the following directory: webapps/datamanagement/WEB-INF/.
Open the distributed.properties file for editing.
Add or update the following property to increase the timeout (e.g., to 10 minutes):
Save the file.
Restart the NAC service to apply the changes.