From dd63add526aad86a82c17a9c22e7e0243964101c Mon Sep 17 00:00:00 2001 From: Simon Fraser Date: Tue, 13 Aug 2019 14:45:35 +0000 Subject: [PATCH] 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 --- taskcluster/ci/repo-update/kind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/ci/repo-update/kind.yml b/taskcluster/ci/repo-update/kind.yml index 2d7846b634b4..4f9d66278b1c 100644 --- a/taskcluster/ci/repo-update/kind.yml +++ b/taskcluster/ci/repo-update/kind.yml @@ -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"