Skip to content

Commit dc468cd

Browse files
author
Filiz Topatan
committed
Make time for polling a bit shorter
1 parent 7940cfe commit dc468cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blueprint/Blueprint/Cmdlets/BlueprintCmdletBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected void RegisterBlueprintRp(string subscriptionId)
151151
provider = ResourceManagerClient.Providers.Register(BlueprintConstants
152152
.BlueprintProviderNamespace); // Instead of Get, do Register call again since GET takes its sweet time to return the status.
153153

154-
TestMockSupport.Delay(TimeSpan.FromSeconds(2));
154+
TestMockSupport.Delay(TimeSpan.FromSeconds(1));
155155

156156
pollCount++;
157157

0 commit comments

Comments
 (0)