From 7dc38db13b1e51fed4e88bcd4b0ff9a44d45ea69 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 30 Jan 2018 11:58:03 -0500 Subject: [PATCH] Double the sccache timeout. Fixes #19907. --- etc/ci/buildbot_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 37380ca5349a..0d18ab6836ab 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -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