Skip to content

Commit e3815cc

Browse files
author
Maddie Clayton
committed
shorten wait time
1 parent 10ac2fb commit e3815cc

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/Common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function Create-TestEnvironmentWithParams ($params, $location, $serverVersion)
141141
{
142142
Create-BasicTestEnvironmentWithParams $params $location $serverVersion
143143
New-AzureRmStorageAccount -StorageAccountName $params.storageAccount -ResourceGroupName $params.rgname -Location $location -Type Standard_GRS
144-
Wait-Seconds 45
144+
Wait-Seconds 10
145145
}
146146

147147
<#

0 commit comments

Comments
 (0)