I have a large package that I'm trying to deploy to a test cluster in Azure. I get an OperationTimeout when I'm trying to register the application type, so I figured I could send in the TimeoutSec parameter to Register-ServiceFabricApplicationType, but I'm getting an error back saying my value (1 hour) is greater than the MaxOperationTimeout configured on the cluster. Where would I configure this value, I can't find it anywhere? The package works locally.
Copying application to image store...
Copy application package succeeded
Registering application type...
Register-ServiceFabricApplicationType : Client timeout must be less than or equal to the cluster configuration forMaxOperationTimeout. Requested value and timeout limit: (59:59.999, 10:00.000)
At D:\sf\Publish-NewServiceFabricApplication2.psm1:220 char:9
+ Register-ServiceFabricApplicationType -ApplicationPathInImageStore $appl ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Servi...usterConnection:ClusterConnection) [Register-ServiceFabricApplicationType], FabricException
+ FullyQualifiedErrorId : RegisterApplicationTypeErrorId,Microsoft.ServiceFabric.Powershell.RegisterApplicationType