You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/sap_control/tasks/sapcontrol_async.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
- name: Pause for 5 Seconds
2
+
- name: Pause for 20 Seconds to ensure the async function is started
3
3
ansible.builtin.wait_for:
4
-
timeout: 15
4
+
timeout: 20
5
5
6
6
- 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 }}
0 commit comments