Skip to content

Commit

Permalink
Increment sleep to wait filebeat, and not remove instance to analyze …
Browse files Browse the repository at this point in the history
…errors
  • Loading branch information
fcaffieri committed Dec 23, 2024
1 parent 87b78a5 commit 8c2802e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/offline-installation/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 8c2802e

Please sign in to comment.