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 karma browser activity timeout to 5min #26887

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

rcebulko
Copy link
Contributor

@rcebulko rcebulko commented Feb 20, 2020

When Karma runs our integration tests in a browser, it can take a while for results to be reported. This is increasingly relevant on slow browsers as the number of integration tests in our suite grows. Right now, the suite (including setup and teardown) does not always finish during this window, especially when there is a high Sauce load from many parallel Travis builds.

It impacts Chrome the most, since we execute many of our tests on Chrome (versus IE 11, which includes only a single integration test).

This PR ups the activity timeout from 2 minutes to 5 minutes, which should resolve the majority of tests that currently fail due to message timeout errors.

Copy link
Contributor

@rsimha rsimha left a comment

Choose a reason for hiding this comment

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

🤞

@rcebulko rcebulko merged commit ae7b203 into ampproject:master Feb 24, 2020
@rcebulko rcebulko deleted the timeout branch February 24, 2020 17:08
@rcebulko
Copy link
Contributor Author

Hopefully the heartbeat will reduce the need for this, but for now I think this will help flakes a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants