Skip to content

Commit b078880

Browse files
change sleeping time
1 parent 10e8a89 commit b078880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdlets/table/format/generate-objects-for-x-ms.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ while ( (get-date).ticks - $ticks_ -lt $milliSeconds * [System.TimeSpan]::TicksP
99
$i++
1010
[pscustomobject] @{num = $i; txt = 'abcdefghi' }
1111

12-
start-sleep -milliSecond 15
12+
start-sleep -milliSecond 50
1313

1414
}
1515

0 commit comments

Comments
 (0)