mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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.
2 lines
54 B
TOML
2 lines
54 B
TOML
server_startup_timeout_ms = 20000 # Default is 10_000
|