diff --git a/src/ci/run.sh b/src/ci/run.sh index 42d0d7db5964c..f059186285982 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -79,7 +79,7 @@ fi # server (#48192) which causes Cargo to erroneously think that a build script # hasn't finished yet. Try to solve that problem by starting a very long-lived # sccache server at the start of the build, but no need to worry if this fails. -SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true +SCCACHE_IDLE_TIMEOUT=36000 sccache --start-server || true if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then $SRC/configure --enable-parallel-compiler