-
Notifications
You must be signed in to change notification settings - Fork 4k
[#113037209] Test speed up #1795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…omain.BaseDirectory
on-demand: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/489/ - Succeeded in 1 hr 2 min |
new on-demand: http://azuresdkci.cloudapp.net/job/powershell-demand/490/ - Succeeded in 1 hr 45 min |
@@ -280,7 +280,9 @@ function Wait-Function | |||
|
|||
do | |||
{ | |||
Start-Sleep -s 5 | |||
if ($env:AZURE_TEST_MODE -eq "Record"){ | |||
Start-Sleep -s 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a common sleep function that does exactly this: https://github.com/Azure/azure-powershell/blob/dev/src/Common/Commands.ScenarioTests.Common/Common.ps1#L306
3rd on-demand: http://azuresdkci.cloudapp.net/job/powershell-demand/495/ - Succeeded in 54 mins |
No description provided.