Add some sleeps to give the service time to start up
This commit is contained in:
parent
c2683d9e1d
commit
5eba9655c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user