Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
increase TaskCluster max run time to four hours
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Sep 30, 2016
1 parent e4bdab0 commit 6b14586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6b14586

Please sign in to comment.