Getting frequent timeout errors while deploying the model file(VSM) from Workstation to the VSE server for larger size Virtual Service Images (VSI). Is there any restriction with the model file size?
By design, if the VSI is large , you would expect some delays when you deploy a service.
Add the below property in the workstation's local.properties files. This property will increase timeout from the workstation while deploying.
lisa.net.timeout.ms=840000 ( you could change this value as per your requirement ... in millisec)