Increase build execution timeout to 2 hours.
This commit is contained in:
Родитель
f869afadfa
Коммит
97338019c0
|
@ -157,7 +157,7 @@ function WaitForPipelineToComplete
|
|||
[ValidateNotNullOrEmpty()]
|
||||
$BuildUrl,
|
||||
$WaitTimeInSeconds = 10,
|
||||
$MaxNumberOfTries = 360
|
||||
$MaxNumberOfTries = 720
|
||||
)
|
||||
|
||||
$authHeader = GetAuthenticationHeader
|
||||
|
|
Загрузка…
Ссылка в новой задаче