Skip to content

Increase the Net::HTTP DEFAULT_TIMEOUT#3296

Merged
teclator merged 14 commits intoSLE-16from
increase_read_timeout
Mar 24, 2026
Merged

Increase the Net::HTTP DEFAULT_TIMEOUT#3296
teclator merged 14 commits intoSLE-16from
increase_read_timeout

Conversation

@teclator
Copy link
Copy Markdown
Contributor

@teclator teclator commented Mar 18, 2026

Problem

There is a Net::HTTP timeout when running the post scripts.

Solution

  • Increase the Net::HTTP read_timeout to 300 seconds to mitigate timeouts during installation tasks (e.g., running scripts or writing files). In the bug the post script fails because it takes longer than the default timeout which is 60 seconds. In master the write and run of the scripts is done asynchronously.
  • Cherry pick test fix for the AutoYaST legacy proposal (feat(ui): block on external storage changes #2640).

@lslezak
Copy link
Copy Markdown
Contributor

lslezak commented Mar 18, 2026

Looks OK.

@teclator teclator marked this pull request as ready for review March 24, 2026 07:49
@teclator teclator requested review from imobachgs and lslezak March 24, 2026 07:49
Copy link
Copy Markdown
Contributor

@lslezak lslezak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@teclator teclator merged commit 3d29768 into SLE-16 Mar 24, 2026
13 checks passed
@teclator teclator deleted the increase_read_timeout branch March 24, 2026 14:18
@imobachgs imobachgs mentioned this pull request Apr 14, 2026
imobachgs added a commit that referenced this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants