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

Add some retry around browser launching #1676

Merged
merged 5 commits into from Mar 16, 2022
Merged

Add some retry around browser launching #1676

merged 5 commits into from Mar 16, 2022

Conversation

natebosch
Copy link
Member

Towards #1578

Recursively attempt to launch the browser on the first few timeouts
before throwing the ApplicationException.

Towards #1578

Recursively attempt to launch the browser on the first few timeouts
before throwing the ApplicationException.
@natebosch
Copy link
Member Author

I wonder if we should lower the timeout back down too. It had been 30 seconds before and we bumped it to 45 to see if it would reduce flakiness. I don't think it's made any difference - my guess is there is some state we can get in where it will never connect.

The 45 second timeout was mainly to investigate whether extra time would
resolve flakes. It didn't seem to help at all and it doesn't seem likely
that even more time would help. Go back to 30 seconds to reduce the pain
of hitting retries (though it will still be painful).
@natebosch natebosch merged commit b6aba55 into master Mar 16, 2022
@natebosch natebosch deleted the browser-retry branch March 16, 2022 21:46
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.

None yet

2 participants