[devops] Give our entire test run another 2 hours to complete.

This commit is contained in:
Rolf Bjarne Kvinge 2022-01-14 11:00:10 +01:00
Родитель 5ef6fac236
Коммит 8cc4f3e6f8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -491,7 +491,7 @@ steps:
fi
displayName: 'Run tests'
name: runTests # not to be confused with the displayName, this is used to later use the name of the step to access the output variables from an other job
timeoutInMinutes: 600
timeoutInMinutes: 720
enabled: ${{ parameters.runTests }}
env:
IsPR: $(configuration.IsPR)