Skip to content

Commit

Permalink
Increase wait time for clone in the test test_pvc_to_pvc_clone
Browse files Browse the repository at this point in the history
  • Loading branch information
jilju committed Jun 20, 2024
1 parent 44c3677 commit c69ef49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/pv/pvc_clone/test_pvc_to_pvc_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c69ef49

Please sign in to comment.