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 e232bd6 commit 3d0f3c5Copy full SHA for 3d0f3c5
src/ResourceManager/LogicApp/Commands.LogicApp.Test/ScenarioTests/WorkflowRunTests.ps1
@@ -126,8 +126,7 @@ function Test-StopAzureRmLogicAppRun
126
} while ($workflow.State -ne "Enabled" -and $counter++ -lt 5)
127
128
Start-AzureRmLogicApp -ResourceGroupName $resourceGroupName -Name $workflowName -TriggerName "httpTrigger"
129
-
130
- Sleep -seconds 2
+
131
$runHistory = Get-AzureRmLogicAppRunHistory -ResourceGroupName $resourceGroupName -Name $workflowName
132
133
Stop-AzureRmLogicAppRun -ResourceGroupName $resourceGroupName -Name $workflowName -RunName $runHistory[0].Name
0 commit comments