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

chore: fail faster if syncing events is timing out #142

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

stbrody
Copy link
Collaborator

@stbrody stbrody commented Jun 13, 2024

10 retries, each with a 1 minute timeout, across 2 nodes, meant that each individual test within this file took 20 minutes to fail. With 5 tests in the file, that means the test an hour and 40 minutes to fail if syncing isn't working. This felt excessive.

With this change now there's just the 1 minute timeout per node per test, so 10 minutes total to fail if things aren't working.

@stbrody stbrody added this pull request to the merge queue Jun 13, 2024
Merged via the queue into main with commit 959f692 Jun 13, 2024
8 checks passed
@stbrody stbrody deleted the sync-events-timeout branch June 13, 2024 18:28
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