Increase windows build timeouts
They were on the edge and sometime timeouted
This commit is contained in:
Родитель
e8f9410ecb
Коммит
ef2ec1774c
|
@ -182,7 +182,7 @@ extends:
|
|||
############ Windows BUILD ############
|
||||
- job: Build_win_x64
|
||||
displayName: Windows_x64
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 150
|
||||
pool:
|
||||
name: $(DncEngInternalBuildPool)
|
||||
image: $(WindowsImage)
|
||||
|
@ -213,7 +213,7 @@ extends:
|
|||
|
||||
- job: Build_win_arm64
|
||||
displayName: Windows_arm64
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 150
|
||||
pool:
|
||||
name: $(DncEngInternalBuildPool)
|
||||
image: $(WindowsImage)
|
||||
|
|
Загрузка…
Ссылка в новой задаче