Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase read timeout #29

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Increase read timeout #29

merged 1 commit into from
Apr 16, 2024

Conversation

cstamatis
Copy link

📝 Description

This PR aims to mitigate an issue observed after moving to the custom grid. The issue is exhibited only when multiple tests run in parallel and a sendKeys command is executed with an input of ~1.8K chars. The generated video recording shows that the initial operation is completed after ~80s, but due to the low read timeout the operation is retried, ultimately resulting in a org.openqa.selenium.TimeoutException.

Screenshot 2024-04-16 at 4 26 53 PM

🛂 Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Just a miscellaneous chore

@cstamatis cstamatis requested a review from a team as a code owner April 16, 2024 13:37
@cstamatis cstamatis changed the title CHG: increase read timeout Increase read timeout Apr 16, 2024
@cstamatis cstamatis merged commit 81b1f2a into master Apr 16, 2024
3 checks passed
@cstamatis cstamatis deleted the increased-read-timeout branch April 16, 2024 13:57
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.

3 participants