Should help with the frequent timeouts...
This commit is contained in:
Saad Najmi 2024-04-12 16:38:48 -05:00 коммит произвёл GitHub
Родитель c71aaa6f9f
Коммит 08e0669dd9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -112,10 +112,10 @@ jobs:
- job: iOSPR
displayName: iOS PR
pool:
vmImage: $(VmImageApple)
vmImage: macos-13-arm64
variables:
platform: 'ios'
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
timeoutInMinutes: 60 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
steps: