Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_ceph_pg_log_dups_trim - fix the test #11120

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def copy_to_pod_cat(self, src_path, target_path, timeout=60):
return exec_cmd(cmd, timeout=timeout, shell=True)

def copy_from_pod_oc_exec(
self, target_path, src_path, timeout=600, chunk_size=2000
self, target_path, src_path, timeout=1200, chunk_size=2000
):
"""
Copies to local path file from the pod using standard output stream via 'oc exec'. Good for log/json/yaml/text
Expand Down
Loading