Description of problem (please be detailed as possible and provide log snippets): Below test in tier4b fails due to timeout during test pod deletion when one of the worker node is down. Test : tests/manage/z_cluster/nodes/test_nodes_restart.py::TestNodesRestart::test_pv_provisioning_under_degraded_state_stop_provisioner_pod_node[rbd-delete_resources] Error: > raise TimeoutExpired( self.args, orig_timeout, output=b''.join(stdout_seq) if stdout_seq else None, stderr=b''.join(stderr_seq) if stderr_seq else None) E subprocess.TimeoutExpired: Command '['oc', '-n', 'namespace-test-ae903fd1596141bc9d0c06845', 'delete', 'Pod', 'pod-test-rbd-6ab30ff4e33f4146874057b4169']' timed out after 600 seconds /usr/lib/python3.8/subprocess.py:1072: TimeoutExpired Version of all relevant components (if applicable): OCP: 4.11.0-rc.4 ODF: 4.11.0-129 Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? Is there any workaround available to the best of your knowledge? Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? Can this issue reproducible? Can this issue reproduce from the UI? If this is a regression, please provide more details to justify this: Steps to Reproduce: 1. Install ocp 4.11 2. deploy odf 4.11 3. Run ocs-ci test `tests/manage/z_cluster/nodes/test_nodes_restart.py::TestNodesRestart::test_pv_provisioning_under_degraded_state_stop_provisioner_pod_node[rbd-delete_resources]` Actual results: Test timesout. Expected results: Test passed without error. Additional info: Logs: https://drive.google.com/file/d/1ICcthAXgU2W3EtdANQU6JXvIR6WTYUPQ/view?usp=sharing