diff --git a/tests/Kafka.TestFramework.Tests/Given_a_socket_based_test_server.When_connecting_to_the_server_and_producing_a_message.cs b/tests/Kafka.TestFramework.Tests/Given_a_socket_based_test_server.When_connecting_to_the_server_and_producing_a_message.cs index 8bc03b2..9549340 100644 --- a/tests/Kafka.TestFramework.Tests/Given_a_socket_based_test_server.When_connecting_to_the_server_and_producing_a_message.cs +++ b/tests/Kafka.TestFramework.Tests/Given_a_socket_based_test_server.When_connecting_to_the_server_and_producing_a_message.cs @@ -122,7 +122,7 @@ private static async Task ProduceMessageFromClientAsync(string host, }) { BootstrapServers = $"{host}:{port}", - MessageTimeoutMs = 5000, + MessageTimeoutMs = 15000, SocketTimeoutMs = 30000, Debug = "all" };