Skip to content

Commit

Permalink
workaround systemd bootup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Sep 29, 2024
1 parent 6923440 commit c9a80d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-functional-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9a80d0

Please sign in to comment.