We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8b629 commit 1cc1628Copy full SHA for 1cc1628
1 file changed
test/DotNetty.Transport.Tests/Channel/Sockets/SocketDatagramChannelUnicastTest.cs
@@ -20,7 +20,7 @@ namespace DotNetty.Transport.Tests.Channel.Sockets
20
[Collection("UDP Transport Tests")]
21
public class SocketDatagramChannelUnicastTest : TestBase
22
{
23
- const int DefaultTimeOutInMilliseconds = 800;
+ const int DefaultTimeOutInMilliseconds = 5000;
24
25
public SocketDatagramChannelUnicastTest(ITestOutputHelper output)
26
: base(output)
0 commit comments