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 7940cfe commit dc468cdCopy full SHA for dc468cd
src/Blueprint/Blueprint/Cmdlets/BlueprintCmdletBase.cs
@@ -151,7 +151,7 @@ protected void RegisterBlueprintRp(string subscriptionId)
151
provider = ResourceManagerClient.Providers.Register(BlueprintConstants
152
.BlueprintProviderNamespace); // Instead of Get, do Register call again since GET takes its sweet time to return the status.
153
154
- TestMockSupport.Delay(TimeSpan.FromSeconds(2));
+ TestMockSupport.Delay(TimeSpan.FromSeconds(1));
155
156
pollCount++;
157
0 commit comments