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

fix: AppiumClientConfig#readTimeout to call super.readTimeout #1959

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

KazuCocoa
Copy link
Member

Change list

https://github.com/appium/java-client/pull/1747/files#r1260247871
Bad copy & paste thing.

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (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)

Details

Should call super.readTimeout instead of super.connectionTimeout in readTimeout

@KazuCocoa KazuCocoa merged commit 8177613 into master Jul 11, 2023
4 checks passed
@KazuCocoa KazuCocoa deleted the fix-super-readtimeout branch July 11, 2023 23:51
@KazuCocoa KazuCocoa mentioned this pull request Jul 11, 2023
4 tasks
asolntsev added a commit to selenide/selenide that referenced this pull request Oct 17, 2023
1. Obviously, 20 seconds was too short for running Simulator and installing the app.
2. But it didn't affect our tests because of bug appium/java-client#1959 in Appium. This bug was fixed in Appium 8.6.0, and our tests started failing with timeout exception.
asolntsev added a commit to selenide/selenide that referenced this pull request Oct 18, 2023
1. Obviously, 20 seconds was too short for running Simulator and installing the app.
2. But it didn't affect our tests because of bug appium/java-client#1959 in Appium. This bug was fixed in Appium 8.6.0, and our tests started failing with timeout exception.
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.

2 participants