Skip to content

Commit cdb5f23

Browse files
committed
even more fudge
1 parent 820f27c commit cdb5f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_span_sampler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,6 @@ TEST_CASE("span rule limiter") {
330330
// allowed. I'm not sure how that works, but we are using a real clock and
331331
// different machines run these cases at different rates, so let's build in a
332332
// fudge factor.
333-
REQUIRE(count_of_sampled_spans >= test_case.expected_count - 5);
334-
REQUIRE(count_of_sampled_spans <= test_case.expected_count + 5);
333+
REQUIRE(count_of_sampled_spans >= test_case.expected_count - 10);
334+
REQUIRE(count_of_sampled_spans <= test_case.expected_count + 10);
335335
}

0 commit comments

Comments
 (0)