From c3e3cb971df2b6da8e4d81699814e17081387956 Mon Sep 17 00:00:00 2001 From: Daniel Osypenko Date: Tue, 7 Jan 2025 17:17:31 +0200 Subject: [PATCH] test_ceph_pg_log_dups_trim - fix the test Signed-off-by: Daniel Osypenko --- ocs_ci/ocs/resources/pod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocs_ci/ocs/resources/pod.py b/ocs_ci/ocs/resources/pod.py index 5e9398a1eb5..5502094674b 100644 --- a/ocs_ci/ocs/resources/pod.py +++ b/ocs_ci/ocs/resources/pod.py @@ -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