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 10e8a89 commit b078880Copy full SHA for b078880
cmdlets/table/format/generate-objects-for-x-ms.ps1
@@ -9,7 +9,7 @@ while ( (get-date).ticks - $ticks_ -lt $milliSeconds * [System.TimeSpan]::TicksP
9
$i++
10
[pscustomobject] @{num = $i; txt = 'abcdefghi' }
11
12
- start-sleep -milliSecond 15
+ start-sleep -milliSecond 50
13
14
}
15
0 commit comments