Skip to content

Commit

Permalink
Auto merge of #19908 - servo:jdm-patch-9, r=emilio
Browse files Browse the repository at this point in the history
Double the sccache timeout.

Fixes #19907.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19908)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jan 30, 2018
2 parents 5114d1d + 7dc38db commit 86b7af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/buildbot_steps.yml
Expand Up @@ -2,7 +2,7 @@ env:
RUST_BACKTRACE: '1'
RUSTFLAGS: -Dwarnings
CARGO_INCREMENTAL: "0"
SCCACHE_IDLE_TIMEOUT: "600"
SCCACHE_IDLE_TIMEOUT: "1200"

mac-rel-wpt1:
- ./mach clean-nightlies --keep 3 --force
Expand Down

0 comments on commit 86b7af5

Please sign in to comment.