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

Commit

Permalink
Increase taskcluster timeout to four hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Mar 7, 2019
1 parent 1f201f4 commit f6f1419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
- pull_request.synchronize
- pull_request.reopened
payload:
maxRunTime: 10800
maxRunTime: 14400
image: 'mozillamixedreality/firefoxreality:190306'
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: 10800
maxRunTime: 14400
image: 'mozillamixedreality/firefoxreality:190306'
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: 10800
maxRunTime: 14400
image: 'mozillamixedreality/firefoxreality:190306'
features:
taskclusterProxy: true
Expand Down

0 comments on commit f6f1419

Please sign in to comment.