Skip to content

fix: increase default session timeout to prevent large file transfer failures (closes #392)#402

Open
botbikamordehai2-sketch wants to merge 1 commit into
zowe:mainfrom
botbikamordehai2-sketch:fix/issue-392-1784199393
Open

fix: increase default session timeout to prevent large file transfer failures (closes #392)#402
botbikamordehai2-sketch wants to merge 1 commit into
zowe:mainfrom
botbikamordehai2-sketch:fix/issue-392-1784199393

Conversation

@botbikamordehai2-sketch

Copy link
Copy Markdown

What

The session timeout was hardcoded to 30 seconds, causing large file uploads/downloads (e.g., SMP/E packages) to fail with a ConnectionError: ('Connection aborted.', TimeoutError('The write operation timed out')) after approximately 30 seconds.

Fix

Increased the default timeout from 30 seconds to 300 seconds (5 minutes) to accommodate large file transfers that require longer to complete. This value can still be overridden by the user if needed.

Closes #392

@github-project-automation github-project-automation Bot moved this to New Issues in Zowe CLI Squad Jul 16, 2026
@zowe-robot zowe-robot moved this from New Issues to Review/QA in Zowe CLI Squad Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Review/QA

Development

Successfully merging this pull request may close these issues.

Hardcoded session timeout might fail large file uploading/downloading

2 participants