diff --git a/tests/functional/pv/pvc_clone/test_pvc_to_pvc_clone.py b/tests/functional/pv/pvc_clone/test_pvc_to_pvc_clone.py index 86ccb6495cb2..c2c9c4562465 100644 --- a/tests/functional/pv/pvc_clone/test_pvc_to_pvc_clone.py +++ b/tests/functional/pv/pvc_clone/test_pvc_to_pvc_clone.py @@ -106,7 +106,9 @@ def test_pvc_to_pvc_clone(self, interface_type, setup, teardown_factory): sc_name, parent_pvc, clone_yaml, namespace ) teardown_factory(cloned_pvc_obj) - helpers.wait_for_resource_state(cloned_pvc_obj, constants.STATUS_BOUND) + helpers.wait_for_resource_state( + cloned_pvc_obj, constants.STATUS_BOUND, timeout=120 + ) cloned_pvc_obj.reload() # Create and attach pod to the pvc