From 6b145861ce8d3b08d88cd1197c1838b0299debe3 Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Fri, 30 Sep 2016 13:51:51 -0700 Subject: [PATCH] increase TaskCluster max run time to four hours --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 22c2b0f3f858..a4103c4f0eb0 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -20,7 +20,7 @@ tasks: GECKO_DEV_URL: https://github.com/mozilla/gecko-dev MOZCONFIG: ./positron/config/mozconfig SHELL: /bin/bash - maxRunTime: 10800 # seconds (i.e. three hours) + maxRunTime: 14400 # 60 * 60 * 4 seconds (i.e. four hours) image: "mykmelez/docker-build-positron:latest" command: - /bin/bash @@ -51,7 +51,7 @@ tasks: GECKO_DEV_URL: https://github.com/mozilla/gecko-dev MOZCONFIG: ./positron/config/mozconfig-debug SHELL: /bin/bash - maxRunTime: 10800 # seconds (i.e. three hours) + maxRunTime: 14400 # 60 * 60 * 4 seconds (i.e. four hours) image: "mykmelez/docker-build-positron:latest" command: - /bin/bash