From bc678c21235a75a46b08743bce11c5c3cb619ef0 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 15 Nov 2023 13:15:57 +0100 Subject: [PATCH] longer timeout --- includes/ps1/lockfile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ps1/lockfile.ps1 b/includes/ps1/lockfile.ps1 index 54f83cb..26ab91a 100644 --- a/includes/ps1/lockfile.ps1 +++ b/includes/ps1/lockfile.ps1 @@ -7,7 +7,7 @@ function new-lock { ) Write-Output 'Setting lock' $lock = $true - $timeout = 10 + $timeout = 15 $i = 0 while ($lock) { if ($env:temp) { -- 2.49.1