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

try removing sleep 180 from backend test [skip ci]

This commit is contained in:
checktheroads 2021-01-01 14:40:58 -07:00
parent 8a2d8c3abd
commit 145a5c9ade

View file

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