ci: extend sccache startup timeout (#9713)

It appears that recently, our CI jobs are often timing out on attempting
to startup up the sccache server for Rust caching. We attempt to fix
this by increasing the timeout to 20s.
This commit is contained in:
Thomas Eizinger
2025-06-30 17:36:25 +02:00
committed by GitHub
parent 972ece507d
commit 4e78f6b17a
2 changed files with 3 additions and 0 deletions

View File

@@ -81,3 +81,5 @@ runs:
- name: Start sccache
run: $SCCACHE_PATH --start-server
shell: bash
env:
SCCACHE_CONF: ".github/actions/setup-rust/sccache.toml"

View File

@@ -0,0 +1 @@
server_startup_timeout_ms = 20000 # Default is 10_000