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 2ab7a1d commit d14ddd0Copy full SHA for d14ddd0
PSKoans/Private/Invoke-Koan.ps1
@@ -77,7 +77,7 @@
77
78
$Status = $Thread.BeginInvoke()
79
80
- while (-not $Status.IsCompleted) { Start-Sleep -Milliseconds 500 }
+ while (-not $Status.IsCompleted) { Start-Sleep -Milliseconds 10 }
81
82
$Thread.EndInvoke($Status)
83
}
0 commit comments