mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
2
.github/actions/setup-rust/action.yml
vendored
2
.github/actions/setup-rust/action.yml
vendored
@@ -81,3 +81,5 @@ runs:
|
||||
- name: Start sccache
|
||||
run: $SCCACHE_PATH --start-server
|
||||
shell: bash
|
||||
env:
|
||||
SCCACHE_CONF: ".github/actions/setup-rust/sccache.toml"
|
||||
|
||||
1
.github/actions/setup-rust/sccache.toml
vendored
Normal file
1
.github/actions/setup-rust/sccache.toml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
server_startup_timeout_ms = 20000 # Default is 10_000
|
||||
Reference in New Issue
Block a user