From c9a80d0af23b1669b48277dc9ce333b74ff3424a Mon Sep 17 00:00:00 2001 From: nicholasyang Date: Sun, 29 Sep 2024 16:43:15 +0800 Subject: [PATCH] workaround systemd bootup delay --- test/run-functional-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run-functional-tests b/test/run-functional-tests index 939ad96cd..bd2f38462 100755 --- a/test/run-functional-tests +++ b/test/run-functional-tests @@ -210,6 +210,7 @@ deploy_ha_node() { info "Deploying \"$node_name\"..." docker run --restart always $docker_options $DOCKER_IMAGE &> /dev/null + sleep 31 # systemd takes 30s to bootup for network in ${HA_NETWORK_ARRAY[@]};do docker network connect $network $node_name done