Bug 1679886 - increase max task run time for Android profile generation to 45 minutes. r=aerickson DONTBUILD

It exceeded the timeout frequently after being close to it before.

Differential Revision: https://phabricator.services.mozilla.com/D98246
This commit is contained in:
Sebastian Hengst 2020-11-30 22:59:04 +00:00
parent 2893c11987
commit c42742a46b

View File

@ -94,7 +94,7 @@ jobs:
platform: android-4-0-armv7-api16/pgo
worker-type: t-linux-xlarge-pgo
worker:
max-run-time: 1800
max-run-time: 2700
docker-image: {in-tree: ubuntu1804-test}
env:
WORKING_DIR: "/builds/worker"