Skip to content

Commit

Permalink
increase the timeout for the socket based tests as the CI VM seems to…
Browse files Browse the repository at this point in the history
… be slow
  • Loading branch information
Fredrik Arvidsson committed Jan 20, 2022
1 parent 5e829af commit 6ec44c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private static async Task ProduceMessageFromClientAsync(string host,
})
{
BootstrapServers = $"{host}:{port}",
MessageTimeoutMs = 5000,
MessageTimeoutMs = 15000,
SocketTimeoutMs = 30000,
Debug = "all"
};
Expand Down

0 comments on commit 6ec44c0

Please sign in to comment.