diff --git a/tests/integration/targets/firewall/tasks/cleanup.yml b/tests/integration/targets/firewall/tasks/cleanup.yml index fd69ed5..5cace70 100644 --- a/tests/integration/targets/firewall/tasks/cleanup.yml +++ b/tests/integration/targets/firewall/tasks/cleanup.yml @@ -5,6 +5,10 @@ state: absent force: true +- name: Workaround to prevent a timeout during the server deletion + ansible.builtin.pause: + seconds: 2 + - name: Cleanup test_server hetzner.hcloud.server: name: "{{ hcloud_server_name }}" diff --git a/tests/integration/targets/firewall_info/tasks/cleanup.yml b/tests/integration/targets/firewall_info/tasks/cleanup.yml index fd69ed5..5cace70 100644 --- a/tests/integration/targets/firewall_info/tasks/cleanup.yml +++ b/tests/integration/targets/firewall_info/tasks/cleanup.yml @@ -5,6 +5,10 @@ state: absent force: true +- name: Workaround to prevent a timeout during the server deletion + ansible.builtin.pause: + seconds: 2 + - name: Cleanup test_server hetzner.hcloud.server: name: "{{ hcloud_server_name }}" diff --git a/tests/integration/targets/firewall_resource/tasks/cleanup.yml b/tests/integration/targets/firewall_resource/tasks/cleanup.yml index fd69ed5..5cace70 100644 --- a/tests/integration/targets/firewall_resource/tasks/cleanup.yml +++ b/tests/integration/targets/firewall_resource/tasks/cleanup.yml @@ -5,6 +5,10 @@ state: absent force: true +- name: Workaround to prevent a timeout during the server deletion + ansible.builtin.pause: + seconds: 2 + - name: Cleanup test_server hetzner.hcloud.server: name: "{{ hcloud_server_name }}"