diff --git a/tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py b/tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py index a6c98ddc43b..483281baa1a 100644 --- a/tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py +++ b/tests/functional/pv/pvc_snapshot/test_pvc_snapshot.py @@ -141,7 +141,7 @@ def test_pvc_snapshot(self, interface, teardown_factory): restore_pvc_yaml=restore_pvc_yaml, ) helpers.wait_for_resource_state( - restore_pvc_obj, constants.STATUS_BOUND, timeout=90 + restore_pvc_obj, constants.STATUS_BOUND, timeout=180 ) restore_pvc_obj.reload() teardown_factory(restore_pvc_obj)