Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jilju Joy <[email protected]>
  • Loading branch information
jilju committed Jun 21, 2024
1 parent 2a7769d commit 4ce97d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 @@ -107,7 +107,7 @@ def test_pvc_to_pvc_clone(self, interface_type, setup, teardown_factory):
)
teardown_factory(cloned_pvc_obj)
helpers.wait_for_resource_state(
cloned_pvc_obj, constants.STATUS_BOUND, timeout=120
cloned_pvc_obj, constants.STATUS_BOUND, timeout=300
)
cloned_pvc_obj.reload()

Expand Down

0 comments on commit 4ce97d4

Please sign in to comment.