Skip to content

Commit

Permalink
test_ceph_pg_log_dups_trim - fix the test
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <dosypenk@redhat.com>
  • Loading branch information
DanielOsypenko committed Jan 7, 2025
1 parent 4a98c81 commit c3e3cb9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c3e3cb9

Please sign in to comment.