Merge pull request #115 from OpzekerIT/dev

longer timeout
This commit is contained in:
Lanta 2023-11-15 13:16:24 +01:00 committed by GitHub
commit c94d956ace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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