Skip to content

Commit

Permalink
Increase max run time to 2 hours
Browse files Browse the repository at this point in the history
Based on the Taskcluster log for
(https://taskcluster-artifacts.net/HkxDh1oKQceXH1fL9RSGow/0/public/logs/live_backing.log),
it looks like the job is running successfully but hitting the max time limit.

Our builds + tests shouldn't take this long to run normally,
but we'll need to set up sccache with cache uploading/downloading
in order to improve most build times.

For now, bump the max run time to 2 hours;
since we complete one build + som tests within an hour,
2 hours should be enough for the second build to finish as well.
  • Loading branch information
aneeshusa committed May 21, 2018
1 parent affcf81 commit f41377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Expand Up @@ -16,7 +16,7 @@ tasks:
- pull_request.reopened
- pull_request.synchronize
payload:
maxRunTime: 3600
maxRunTime: 7200
image: 'servobrowser/servo-linux-dev:servo-linux-build-deps-2017-06-30'
command:
- /bin/bash
Expand Down

0 comments on commit f41377f

Please sign in to comment.