Bug 1570646 Adjust timeout for repo_update task r=RyanVM

Workaround until a longer term solution is found

Differential Revision: https://phabricator.services.mozilla.com/D40616

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Simon Fraser 2019-08-13 14:45:35 +00:00
parent 295364cd6e
commit dd63add526

View File

@ -53,7 +53,7 @@ jobs:
implementation: docker-worker
os: linux
docker-image: {in-tree: periodic-updates}
max-run-time: 10800 # Takes 2-3 hours
max-run-time: 18000 # Takes 4+ hours
env:
PRODUCT: firefox
REVIEWERS: "ryanvm"