What you need to do?
The following
steps guide you to set the key that changes the
deployment timeout.
1. Make sure Bizagi Studio is closed and the Bizagi standard server
operation service is stopped where the setting is going to be applied.
2. Open the folder of Bizagi Studio appsettings, usually located in the
folder C: (C:\ProgramData\Bizagi\Enterprise\BizagiStudio\appsettings.xml)
3. Add the following key to the list of keys in the file
<add
key="TimeoutForDeploymentInMinutes" value="1000"/>
4. Open the folder of Bizagi Server Operations Service appsettings,
usually located in the folder C: (C:\ProgramData\Bizagi\Enterprise\Bizagi.ServerOperationsService\appsettings.xml)
5. Add the following key to the list of keys in the file
<add
key="TimeoutForDeploymentInMinutes" value="1000"/>
After the inclusion, you can start Bizagi Studio.
|