Skip to content

Commit

Permalink
Increase taskcluster timeout to three hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Feb 28, 2019
1 parent 59a0090 commit 3db7004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Expand Up @@ -22,7 +22,7 @@ tasks:
- pull_request.synchronize
- pull_request.reopened
payload:
maxRunTime: 7200
maxRunTime: 10800
image: 'mozillamixedreality/firefoxreality'
command:
- /bin/bash
Expand Down Expand Up @@ -59,7 +59,7 @@ tasks:
- "secrets:get:project/firefoxreality/staging-signing-token"
- "secrets:get:project/firefoxreality/symbols-token"
payload:
maxRunTime: 7200
maxRunTime: 10800
image: 'mozillamixedreality/firefoxreality'
features:
taskclusterProxy: true
Expand Down Expand Up @@ -107,7 +107,7 @@ tasks:
- "secrets:get:project/firefoxreality/release-signing-token"
- "secrets:get:project/firefoxreality/symbols-token"
payload:
maxRunTime: 7200
maxRunTime: 10800
image: 'mozillamixedreality/firefoxreality'
features:
taskclusterProxy: true
Expand Down

0 comments on commit 3db7004

Please sign in to comment.