Skip to content

Commit

Permalink
make transport spec more stable as msgpack event size has increased
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Dec 3, 2024
1 parent ee04f6a commit 6df2a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/ci/test_visibility/transport_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
end

context "when chunking is used" do
# one test event is approximately 1000 bytes currently
# one test event is approximately 1200 bytes currently
# ATTENTION: might break if more data is added to test spans in #produce_test_trace method
let(:max_payload_size) { 2000 }
let(:max_payload_size) { 2500 }

it "sends events in two chunks" do
responses = subject
Expand Down

0 comments on commit 6df2a5a

Please sign in to comment.