Files
firezone/.github/actions/setup-rust/sccache.toml
Thomas Eizinger 4e78f6b17a 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.
2025-06-30 15:36:25 +00:00

2 lines
54 B
TOML

server_startup_timeout_ms = 20000 # Default is 10_000