mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-07 12:43:05 +00:00
fix backend test sleep period [skip ci]
This commit is contained in:
parent
a16b79ae13
commit
8752b97494
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue