From 6df2a5aed39c5d7c7c3cb4be2b1e47f98ebfaada Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 3 Dec 2024 13:51:58 +0100 Subject: [PATCH] make transport spec more stable as msgpack event size has increased --- spec/datadog/ci/test_visibility/transport_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/datadog/ci/test_visibility/transport_spec.rb b/spec/datadog/ci/test_visibility/transport_spec.rb index e241ed22..4d0cfe40 100644 --- a/spec/datadog/ci/test_visibility/transport_spec.rb +++ b/spec/datadog/ci/test_visibility/transport_spec.rb @@ -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