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

test(IDX): increase timeout to 15m for the ic_icp_index_test #3112

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

basvandijk
Copy link
Collaborator

The //rs/ledger_suite/icp/index:ic_icp_index_test is a bit flaky (~2%) because it occasionally times out after 5 minutes. So we increase the timeout to long which is 15 minutes.

If it turns out the P90 duration of this test will go over 5 minutes we should look into optimising it or tagging it as a long_test to no longer run this on PRs but only on pushes to master.

The `//rs/ledger_suite/icp/index:ic_icp_index_test` is a bit flaky (~2%)
because it occasionally times out after 5 minutes. So we increase the
timeout to `long` which is 15 minutes.

If it turns out the P90 duration of this test will go over 5 minutes we
should look into optimising it or tagging it as a `long_test` to no longer
run this on PRs but only on pushes to `master`.
@basvandijk basvandijk marked this pull request as ready for review December 11, 2024 10:31
@basvandijk basvandijk requested a review from a team as a code owner December 11, 2024 10:31
Copy link
Member

@mbjorkqvist mbjorkqvist left a comment

Choose a reason for hiding this comment

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

Thanks Bas!

@basvandijk basvandijk enabled auto-merge December 11, 2024 10:37
@basvandijk basvandijk added this pull request to the merge queue Dec 11, 2024
Merged via the queue into master with commit 70e0e45 Dec 11, 2024
26 checks passed
@basvandijk basvandijk deleted the basvandijk/ic_icp_index_test-increase-timeout branch December 11, 2024 11:00
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.

2 participants