@@ -169,7 +169,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
169169 Timestamp : recordTimeStamp ,
170170 }
171171
172- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
172+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
173173 defer produceCancel ()
174174
175175 results := s .kafkaClient .ProduceSync (produceCtx , r )
@@ -257,7 +257,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
257257 Timestamp : orderCreatedAt ,
258258 }
259259
260- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
260+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
261261 defer produceCancel ()
262262
263263 results := s .kafkaClient .ProduceSync (produceCtx , r )
@@ -411,7 +411,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
411411 Timestamp : orderCreatedAt ,
412412 }
413413
414- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
414+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
415415 defer produceCancel ()
416416
417417 results := s .kafkaClient .ProduceSync (produceCtx , r )
@@ -578,7 +578,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
578578 Timestamp : orderCreatedAt ,
579579 }
580580
581- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
581+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
582582 defer produceCancel ()
583583
584584 results := s .kafkaClient .ProduceSync (produceCtx , r )
@@ -708,7 +708,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
708708 Topic : testTopicName ,
709709 }
710710
711- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
711+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
712712 defer produceCancel ()
713713
714714 results := s .kafkaClient .ProduceSync (produceCtx , r )
@@ -852,7 +852,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
852852 Topic : testTopicName ,
853853 }
854854
855- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
855+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
856856 defer produceCancel ()
857857
858858 results := s .kafkaClient .ProduceSync (produceCtx , r )
@@ -1074,7 +1074,7 @@ func (s *KafkaIntegrationTestSuite) TestDeserializeRecord() {
10741074 Timestamp : orderCreatedAt ,
10751075 }
10761076
1077- produceCtx , produceCancel := context .WithTimeout (context .Background (), 1 * time .Second )
1077+ produceCtx , produceCancel := context .WithTimeout (context .Background (), 3 * time .Second )
10781078 defer produceCancel ()
10791079
10801080 results := s .kafkaClient .ProduceSync (produceCtx , r )
0 commit comments