tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit ee2e8ced9d0225fae9822c2a7046264d377d5ab2
parent 952394c7e0e4839d2342b4d68a741975599a43c0
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Tue, 21 Oct 2025 07:15:46 +0000

Bug 1994695 - bump max-run-time for upload-symbols tasks to 45 minutes. r=releng-reviewers,bhearsum DONTBUILD

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

Diffstat:
Mtaskcluster/kinds/upload-symbols/kind.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taskcluster/kinds/upload-symbols/kind.yml b/taskcluster/kinds/upload-symbols/kind.yml @@ -36,7 +36,7 @@ tasks: use-python: default worker: docker-image: {in-tree: "debian12-base"} - max-run-time: 1800 + max-run-time: 2700 env: # {level} gets replaced in the upload_symbols transform SYMBOL_SECRET: "project/releng/gecko/build/level-{level}/gecko-symbol-upload"