From 8752b974949f4bf2ff4f2c0333cfacf250836242 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 1 Jan 2021 15:06:04 -0700 Subject: [PATCH] fix backend test sleep period [skip ci] --- .tests/ga-backend-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/ga-backend-app.sh b/.tests/ga-backend-app.sh index 293fa22..10485b9 100755 --- a/.tests/ga-backend-app.sh +++ b/.tests/ga-backend-app.sh @@ -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."