Skip to content

Commit 1cc1628

Browse files
committed
More timeouts
1 parent 6a8b629 commit 1cc1628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/DotNetty.Transport.Tests/Channel/Sockets/SocketDatagramChannelUnicastTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace DotNetty.Transport.Tests.Channel.Sockets
2020
[Collection("UDP Transport Tests")]
2121
public class SocketDatagramChannelUnicastTest : TestBase
2222
{
23-
const int DefaultTimeOutInMilliseconds = 800;
23+
const int DefaultTimeOutInMilliseconds = 5000;
2424

2525
public SocketDatagramChannelUnicastTest(ITestOutputHelper output)
2626
: base(output)

0 commit comments

Comments
 (0)