fix backend test sleep period [skip ci]

This commit is contained in:
checktheroads 2021-01-01 15:06:04 -07:00
parent a16b79ae13
commit 8752b97494

View file

@ -22,7 +22,7 @@ fi
echo "[INFO] Starting hyperglass..."
poetry run hyperglass start &> $LOG_FILE &
sleep 5
sleep 60
if [[ ! $? == 0 ]]; then
echo "[ERROR] Failed to start hyperglass."