Skip to content

Commit c1fee36

Browse files
committed
increased test timeout
1 parent 326f3cd commit c1fee36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Servus.Akka.Tests/Transport/Tcp/Client/TcpClientProviderSpec.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ await Assert.ThrowsAsync<SocketException>(async () =>
289289
await provider.DisposeAsync();
290290
}
291291

292-
[Fact(Timeout = 10_000)]
292+
[Fact(Timeout = 30_000)]
293293
public async Task GetStreamAsync_with_custom_buffer_sizes_should_not_throw_on_configuration()
294294
{
295295
var options = new TcpTransportOptions
@@ -312,7 +312,7 @@ public async Task GetStreamAsync_with_custom_buffer_sizes_should_not_throw_on_co
312312
await provider.DisposeAsync();
313313
}
314314

315-
[Fact(Timeout = 10_000)]
315+
[Fact(Timeout = 30_000)]
316316
public async Task GetStreamAsync_with_zero_buffer_sizes_should_not_throw_on_configuration()
317317
{
318318
var options = new TcpTransportOptions

0 commit comments

Comments
 (0)