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

fix: increase timeout for BatchSpanProcessor test #382

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

mayurkale22
Copy link
Member

Which problem is this PR solving?

@codecov-io
Copy link

Codecov Report

Merging #382 into master will increase coverage by 0.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #382      +/-   ##
==========================================
+ Coverage   97.94%   98.07%   +0.13%     
==========================================
  Files         106       46      -60     
  Lines        5103     1144    -3959     
  Branches      431       88     -343     
==========================================
- Hits         4998     1122    -3876     
+ Misses        105       22      -83
Impacted Files Coverage Δ
packages/opentelemetry-core/src/common/time.ts 92.68% <0%> (-3.93%) ⬇️
...ckages/opentelemetry-core/src/common/NoopLogger.ts 40% <0%> (-2.86%) ⬇️
...core/src/context/propagation/BinaryTraceContext.ts 96.15% <0%> (-2.21%) ⬇️
...telemetry-core/src/context/propagation/B3Format.ts 94.59% <0%> (-1.33%) ⬇️
...s/opentelemetry-core/test/context/B3Format.test.ts 100% <0%> (ø) ⬆️
...s/opentelemetry-core/test/trace/tracestate.test.ts 100% <0%> (ø) ⬆️
...entelemetry-core/test/common/ConsoleLogger.test.ts 100% <0%> (ø) ⬆️
...ckages/opentelemetry-core/test/common/time.test.ts 100% <0%> (ø) ⬆️
.../opentelemetry-core/src/trace/spancontext-utils.ts 100% <0%> (ø) ⬆️
...s/opentelemetry-core/test/trace/NoopTracer.test.ts 100% <0%> (ø) ⬆️
... and 73 more

@danielkhan danielkhan merged commit c62b07d into open-telemetry:master Oct 1, 2019
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.

BatchSpanProcessor test failing intermittently
3 participants