Add some sleeps to give the service time to start up

This commit is contained in:
Salt 2021-07-31 20:46:58 -05:00
parent c2683d9e1d
commit 5eba9655c7

View File

@ -27,7 +27,9 @@ before_script:
apt update && \
apt install zerotier-one -y && \
service zerotier-one start && \
sleep 5 && \
zerotier-cli join "$ZEROTIER_NETWORK_ID" && \
sleep 5 && \
zerotier-cli info && \
zerotier-cli listnetworks
# Get ready for execution