Bug 1543558 - Increase max-run-time for linux shippable builds; r=jmaher

Avoid intermittent timeouts: increase max-run-time to 2.5 hours to account for
normal variability in run time.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-04-11 09:01:16 +00:00
parent 58897d584f
commit 7c62ee2e2f

View File

@ -556,7 +556,7 @@ linux-shippable/opt:
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
worker:
docker-image: {in-tree: debian7-i386-build}
max-run-time: 7200
max-run-time: 9000
run:
using: mozharness
actions: [get-secrets, build, check-test]
@ -816,7 +816,7 @@ linux64-shippable/opt:
# symbol: Bpgo(B)
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
worker:
max-run-time: 7200
max-run-time: 9000
run:
using: mozharness
actions: [get-secrets, build, check-test]