From ba0565e7980665988ef4a91ad1bd1c4a8f5922f5 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Tue, 31 Jan 2023 11:58:07 +0000
Subject: [PATCH] Deploy script:

- increased wait-time for Grafana to 5 seconds
---
 deploy/tfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/tfs.sh b/deploy/tfs.sh
index 34ddb3903..c0f376ee9 100755
--- a/deploy/tfs.sh
+++ b/deploy/tfs.sh
@@ -289,7 +289,7 @@ done
 
 if [[ "$TFS_COMPONENTS" == *"webui"* ]] && [[ "$TFS_COMPONENTS" == *"monitoring"* ]]; then
     echo "Configuring WebUI DataStores and Dashboards..."
-    sleep 3
+    sleep 5
 
     # Exposed through the ingress controller "tfs-ingress"
     GRAFANA_URL="127.0.0.1:80/grafana"
-- 
GitLab