Skip to content

Commit d14ddd0

Browse files
committed
Lower sleep timer
1 parent 2ab7a1d commit d14ddd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSKoans/Private/Invoke-Koan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
$Status = $Thread.BeginInvoke()
7979

80-
while (-not $Status.IsCompleted) { Start-Sleep -Milliseconds 500 }
80+
while (-not $Status.IsCompleted) { Start-Sleep -Milliseconds 10 }
8181

8282
$Thread.EndInvoke($Status)
8383
}

0 commit comments

Comments
 (0)