longer timeout
This commit is contained in:
parent
ea84e85ae7
commit
9a047ecf34
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue