Skip to content

Commit de35d8f

Browse files
committed
change sccache download timeout to 20min
1 parent 25c8ec3 commit de35d8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/install/install_dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install_sccache() {
7171
return 0
7272
fi
7373

74-
curl --connect-timeout 120 --max-time 600 --retry 5 --retry-delay 60 -L "$url" | tar xz || {
74+
curl --connect-timeout 120 --max-time 1200 --retry 10 --retry-delay 60 -L "$url" | tar xz || {
7575
log_error "Failed to download sccache"
7676
[ -d "$tmp_dir" ] && rm -rf "$tmp_dir"
7777
return 1

0 commit comments

Comments
 (0)