longer timeout
This commit is contained in:
parent
0ba5c06d96
commit
bc678c2123
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function new-lock {
|
|||
)
|
||||
Write-Output 'Setting lock'
|
||||
$lock = $true
|
||||
$timeout = 10
|
||||
$timeout = 15
|
||||
$i = 0
|
||||
while ($lock) {
|
||||
if ($env:temp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue