Skip to content

Commit 0a1f65d

Browse files
author
Troy Willmot
committed
Attempt to get test which passes locally but fails in CI to pass by extending timeout.
1 parent e8d3d26 commit 0a1f65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Yort.Ntp.Net40.Tests/NtpClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void NtpClient_DefaultServer_GetsValidResponsesOverMultipleRequests()
4646
for (int cnt = 0; cnt < 60; cnt++)
4747
{
4848
client.BeginRequestTime();
49-
_GotResultSignal.WaitOne(1000);
49+
_GotResultSignal.WaitOne(2000);
5050
Assert.IsNotNull(_Result);
5151
Assert.AreNotEqual(ntpEpoch, _Result);
5252
}

0 commit comments

Comments
 (0)