From 8c2802efe05c7d819d0c7614e7f84aef5436a114 Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Mon, 23 Dec 2024 17:54:43 -0300 Subject: [PATCH] Increment sleep to wait filebeat, and not remove instance to analyze errors --- .github/actions/offline-installation/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/offline-installation/common.sh b/.github/actions/offline-installation/common.sh index 08efc8d..9a461b5 100644 --- a/.github/actions/offline-installation/common.sh +++ b/.github/actions/offline-installation/common.sh @@ -157,7 +157,7 @@ function filebeat_installation() { /usr/share/filebeat/bin/filebeat --environment systemd -c /etc/filebeat/filebeat.yml --path.home /usr/share/filebeat --path.config /etc/filebeat --path.data /var/lib/filebeat --path.logs /var/log/filebeat & fi - sleep 10 + sleep 30 eval "filebeat test output" if [ "${PIPESTATUS[0]}" != 0 ]; then echo "ERROR: The Filebeat installation has failed."