1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

wait longer before testing

This commit is contained in:
checktheroads 2020-02-28 09:50:12 -07:00
parent c3d3261f95
commit 277234cd73

View file

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