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