longer timeout

This commit is contained in:
Lanta 2023-11-15 13:15:57 +01:00
parent ea84e85ae7
commit 9a047ecf34

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) {