Bug 1869712 - Increase the maximum duration of system symbol upload tasks to avoid timeouts when encountering 5000+ new symbols at once r=gerard-majax

Differential Revision: https://phabricator.services.mozilla.com/D215372
This commit is contained in:
Gabriele Svelto 2024-07-30 13:56:11 +00:00
Родитель 02839059d5
Коммит 25293883df
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -22,7 +22,7 @@ tasks:
worker-type: b-linux-gcp
worker:
docker-image: {in-tree: "lint"}
max-run-time: 1200
max-run-time: 1800
env:
# {level} gets replaced in the upload_symbols transform
SYMBOL_SECRET: "project/releng/gecko/build/level-{level}/gecko-symbol-upload"