We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326f3cd commit c1fee36Copy full SHA for c1fee36
1 file changed
src/Servus.Akka.Tests/Transport/Tcp/Client/TcpClientProviderSpec.cs
@@ -289,7 +289,7 @@ await Assert.ThrowsAsync<SocketException>(async () =>
289
await provider.DisposeAsync();
290
}
291
292
- [Fact(Timeout = 10_000)]
+ [Fact(Timeout = 30_000)]
293
public async Task GetStreamAsync_with_custom_buffer_sizes_should_not_throw_on_configuration()
294
{
295
var options = new TcpTransportOptions
@@ -312,7 +312,7 @@ public async Task GetStreamAsync_with_custom_buffer_sizes_should_not_throw_on_co
312
313
314
315
316
public async Task GetStreamAsync_with_zero_buffer_sizes_should_not_throw_on_configuration()
317
318
0 commit comments