Skip to content

Conversation

@bganapa
Copy link
Member

@bganapa bganapa commented Feb 17, 2016

No description provided.

$tries = 1;
while(( $result -ne $true) -and ($tries -le $MaxTries))
{
Start-Sleep -Seconds $IntervalInSeconds
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use Start-TestSleep instead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing this Retry-Function from my utilities and using the Retry-Function from common.ps1

@hovsepm
Copy link
Contributor

hovsepm commented Feb 24, 2016

@hovsepm
Copy link
Contributor

hovsepm commented Feb 24, 2016

@bganapa
Copy link
Member Author

bganapa commented Feb 24, 2016

sign - http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-sign/270/
this is after merging with the latest dev as azure/dev branch had a signing failure for missing .snk file

hovsepm pushed a commit that referenced this pull request Feb 24, 2016
Adding unit tests for AzureStackAdmin
@hovsepm hovsepm merged commit 6237034 into Azure:dev Feb 24, 2016
@bganapa bganapa deleted the unittests branch May 12, 2016 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants