Skip to content

Commit e3eb195

Browse files
committed
Remove wait step for cluster stability in ASCS manual restart tasks
1 parent 9008589 commit e3eb195

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/roles/ha_scs/tasks/manual-restart.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
register: stop_ascs_result
4545
failed_when: false
4646

47-
- name: "Test Execution: Wait for the cluster to be in a stable state"
48-
ansible.builtin.wait_for:
49-
timeout: 30
50-
5147
- name: "Test Execution: Validate SCS cluster status 1"
5248
get_cluster_status_scs:
5349
sap_sid: "{{ sap_sid | lower }}"

0 commit comments

Comments
 (0)