Skip to content

Commit

Permalink
Fixes TypeError while creating default backing_store (#10106)
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Kurundwade <[email protected]>
  • Loading branch information
udaysk23 authored Aug 5, 2024
1 parent f7c8575 commit 0ef387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/backingstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def backingstore_factory(request, cld_mgr, mcg_obj, cloud_uls_factory):
},
}

def _create_backingstore(method, uls_dict, timeout=None):
def _create_backingstore(method, uls_dict, timeout=600):
"""
Tracks creation and cleanup of all the backing stores that were created in the scope
Expand Down

0 comments on commit 0ef387a

Please sign in to comment.