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 the 20-view timeout of happy integration tests #494

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

youngjoon-lee
Copy link
Contributor

@youngjoon-lee youngjoon-lee commented Oct 30, 2023

Although #492 prevents occasional consensus timeouts from happy integration tests, the test sometimes fails with the same error: timed out waiting for nodes to reach view 20, only in the codecov CI.

Assuming that tests are slower in the codecov CI, I increased the 20-view timeout of happy integration tests.
(We could set the timeout differently by reading the codecov-related env vars, but I didn't want to make things complicated now.)

Even if it's not the reason of failure (even if the test still fails due to consensus timeout), it's fine because the test will fail anyway at the last stage that checks whether the consensus timeout has never happened.

@youngjoon-lee youngjoon-lee self-assigned this Oct 30, 2023
@youngjoon-lee youngjoon-lee marked this pull request as ready for review October 30, 2023 15:35
@youngjoon-lee youngjoon-lee marked this pull request as draft October 30, 2023 15:36
@youngjoon-lee youngjoon-lee changed the title Increase the timeout of happy integration tests Increase the 20-view timeout of happy integration tests Oct 30, 2023
@youngjoon-lee youngjoon-lee marked this pull request as ready for review October 31, 2023 00:33
@youngjoon-lee youngjoon-lee merged commit ea1dcb8 into master Oct 31, 2023
7 checks passed
@youngjoon-lee youngjoon-lee deleted the happy-test-timeout branch October 31, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants