Skip to content

Commit

Permalink
further increase timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Jan 20, 2022
1 parent dcdd7b3 commit 8a9a010
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ private static async Task ProduceMessageFromClientAsync(string host,
})
{
BootstrapServers = $"{host}:{port}",
MessageTimeoutMs = 15000,
SocketTimeoutMs = 30000,
ApiVersionRequestTimeoutMs = 30000,
Debug = "all"
};

Expand Down

0 comments on commit 8a9a010

Please sign in to comment.