longer timeout #115

Merged
OpzekerIT merged 1 commit from dev into main 2023-11-15 12:16:25 +00:00

View file

@ -7,7 +7,7 @@ function new-lock {
) )
Write-Output 'Setting lock' Write-Output 'Setting lock'
$lock = $true $lock = $true
$timeout = 10 $timeout = 15
$i = 0 $i = 0
while ($lock) { while ($lock) {
if ($env:temp) { if ($env:temp) {