Skip to content

Commit

Permalink
test: increasing range for non-determinstic check (envoyproxy#26263)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Signed-off-by: Ashish Banerjee <ashish.banerjee@solo.io>
  • Loading branch information
alyssawilk authored and ashishb-solo committed Mar 24, 2023
1 parent e2de477 commit 96ed0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ TEST_F(HttpConnectionManagerConfigTest, OverallSampling) {
}
}

EXPECT_LE(900, sampled_count);
EXPECT_LE(800, sampled_count);
EXPECT_GE(1100, sampled_count);
}

Expand Down

0 comments on commit 96ed0e1

Please sign in to comment.