We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d3d26 commit 0a1f65dCopy full SHA for 0a1f65d
src/Yort.Ntp.Net40.Tests/NtpClientTests.cs
@@ -46,7 +46,7 @@ public void NtpClient_DefaultServer_GetsValidResponsesOverMultipleRequests()
46
for (int cnt = 0; cnt < 60; cnt++)
47
{
48
client.BeginRequestTime();
49
- _GotResultSignal.WaitOne(1000);
+ _GotResultSignal.WaitOne(2000);
50
Assert.IsNotNull(_Result);
51
Assert.AreNotEqual(ntpEpoch, _Result);
52
}
0 commit comments