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

Remove the default retry timeout. #102

Closed
wants to merge 1 commit into from

Conversation

tristanlabelle
Copy link
Contributor

@tristanlabelle tristanlabelle commented Sep 14, 2023

webdriver-swift should not dictate what is the correct default retry timeout for every testing application. The burden of choosing that magic number should be higher level. This is similar to how the implicit wait timeout in webdriver defaults to zero.

@tristanlabelle
Copy link
Contributor Author

@jeffdav What do you think of this? (and updating the arc UI tests to set the value)

@jeffdav
Copy link
Contributor

jeffdav commented Sep 18, 2023

Seems reasonable to me. Should we set it in a test? And didn't we have a constant somewhere, or did that already go away?

@tristanlabelle
Copy link
Contributor Author

Here was the constant:
image

@tristanlabelle
Copy link
Contributor Author

Implemented in #153

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