Skip to content

Commit

Permalink
Update sleep durations in ArcServersLogonScript.ps1 for faster networ…
Browse files Browse the repository at this point in the history
…k adapter restart and VM status check
  • Loading branch information
sebassem committed Aug 1, 2024
1 parent b7c980e commit 3436543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ if ($Env:flavor -ne "DevOps") {

do {
$sqlVMStatus=(Get-VM $SQLvmName | Select-Object networkAdapters -ExpandProperty networkadapters).IPAddresses
Write-Host "Waiting for the nested SQL VM to come back online...waiting for 5 seconds"
Start-Sleep -Seconds 5
Write-Host "Waiting for the nested SQL VM to come back online...waiting for 10 seconds"
Start-Sleep -Seconds 10
}until($sqlVMStatus -ne "")

Start-Sleep -Seconds 10
Expand Down

0 comments on commit 3436543

Please sign in to comment.