Skip to content

Commit

Permalink
test: bump shard count for idle_timeout_integration_test
Browse files Browse the repository at this point in the history
Attempt to reduce number of timeout flakes we're witnessing.

Signed-off-by: Harvey Tuch <[email protected]>
  • Loading branch information
htuch committed Mar 19, 2024
1 parent 002e7f9 commit b0bdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ envoy_cc_test(
srcs = ["idle_timeout_integration_test.cc"],
# As this test has many pauses for idle timeouts, it takes a while to run.
# Shard it enough to bring the run time in line with other integration tests.
shard_count = 4,
shard_count = 8,
tags = [
"cpu:3",
],
Expand Down

0 comments on commit b0bdd44

Please sign in to comment.