We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2af53 commit 4a4aed7Copy full SHA for 4a4aed7
src/ResourceManager/Resources/Commands.Resources/Models.ResourceGroups/ResourceClient.cs
@@ -321,7 +321,7 @@ private DeploymentExtended WaitDeploymentStatus(
321
}
322
323
deployment = ResourceManagementClient.Deployments.Get(resourceGroup, deploymentName).Deployment;
324
- TestMockSupport.Delay(2000);
+ TestMockSupport.Delay(5000);
325
326
} while (!status.Any(s => s.Equals(deployment.Properties.ProvisioningState, StringComparison.OrdinalIgnoreCase)));
327
0 commit comments