Skip to content

Commit e560de9

Browse files
committed
Signed-off-by: Nicolas Bettembourg <[email protected]>
1 parent 5c9d996 commit e560de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/sap_control/tasks/sapcontrol_async.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
- name: Pause for 5 Seconds
2+
- name: Pause for 20 Seconds to ensure the async function is started
33
ansible.builtin.wait_for:
4-
timeout: 15
4+
timeout: 20
55

66
- name: SAP {{ sap_control_name_header }} - Checking if Async action is over by executing sapcontrol -nr {{ passed_sap_nr }} -function {{ async_function_dict.test_function }}
77
ansible.builtin.shell: |

0 commit comments

Comments
 (0)