diff --git a/deploy/tfs.sh b/deploy/tfs.sh
index 34ddb3903e65ccd8f32fe9428aea91c8f6a05f18..c0f376ee983a970e4c0fdb1aa8d5c18544874a99 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"