make build sleep time match build ui timeout

This commit is contained in:
checktheroads 2020-06-21 18:40:07 -07:00
parent ada74e2166
commit 676763d026

View file

@ -24,7 +24,7 @@ fi
echo "[INFO] Starting hyperglass..."
poetry run hyperglass start &> /var/log/hyperglassci.log &
sleep 30
sleep 180
if [[ ! $? == 0 ]]; then
echo "[ERROR] Failed to start hyperglass."