1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

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."