Skip to content

Commit ee014bd

Browse files
committed
fix(install): reduce docker install timeout to 600s
1800s (30min) was too long — with systemctl mask fix, the install should complete quickly. 600s (10min) is generous for Chinese mirrors while not making users wait forever if something does hang.
1 parent b25fc08 commit ee014bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/install_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ install_docker_custom() {
448448
# ---------------------------------------------------------------------------
449449
install_docker_official() {
450450
local mirrors=("" "--mirror Aliyun" "--mirror AzureChinaCloud")
451-
local install_timeout=1800
451+
local install_timeout=600
452452
local lsb_dist
453453
lsb_dist="$(detect_distro)"
454454

0 commit comments

Comments
 (0)