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