From 47a47c72efe8e9cbbe48b284223435635fd5c7fb Mon Sep 17 00:00:00 2001 From: sramesh Date: Thu, 16 Jan 2025 19:27:35 +0530 Subject: [PATCH] [testing] testing rpm timeout issue --- ansible/build-fb-suse/playbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/build-fb-suse/playbook.yml b/ansible/build-fb-suse/playbook.yml index 8e40b82d..f2a4ed9e 100644 --- a/ansible/build-fb-suse/playbook.yml +++ b/ansible/build-fb-suse/playbook.yml @@ -120,6 +120,8 @@ cmd: "{{ cmake_path }}/bin/cpack -G RPM" chdir: "{{ fluent_bit_path }}/build" creates: "{{ fluent_bit_path }}/build/fluent-bit-{{ fluent_bit_version }}-1.x86_64.rpm" + async: 180 # timeout 20m + poll: 30 # poll every 60s - name: Rename binary for the specific OS type, version and arch # Not actually renaming but copying, so that the previous step nor this one won't be re-executed thanks to "creates"