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