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

ddtrace/tracer: increase small timeout to avoid flaky tests. #1339

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

knusbaum
Copy link
Contributor

@knusbaum knusbaum commented Jun 14, 2022

Apparently 200ms is not enough in all cases for async things to happen,
resulting in flaky tests. This increases the timeout to one second. If it
is not enough this can be increased more. Since these are not performance
tests we don't really care how long it takes.

Fixes #1324

Apparently 200ms is not enough in all cases for async things to happen,
resulting in flaky tests. This increases the timeout to one second. If it
is not enough this can be increased more. Since these are not performance
tests we don't really care how long it takes.

Fixes 1324
@knusbaum knusbaum added this to the 1.39.0 milestone Jun 14, 2022
@knusbaum knusbaum requested review from a team, felixge, gbbr and katiehockman June 14, 2022 21:30
@knusbaum knusbaum merged commit f24f385 into main Jun 15, 2022
@knusbaum knusbaum deleted the knusbaum/up-test-timeouts branch June 15, 2022 16:58
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.

ddtrace/tracer: Flaky TestPushPayload
2 participants