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 32f0e74 commit 49bde18Copy full SHA for 49bde18
Serilog.Sinks.Network.Test/ServerPoller.cs
@@ -13,7 +13,7 @@ public static string PollForReceivedData(DataReceiver dataReceiver)
13
while (string.IsNullOrEmpty(receivedData))
14
{
15
receivedData = dataReceiver.ReceivedData.SingleOrDefault();
16
- if (stopwatch.Elapsed > TimeSpan.FromSeconds(3))
+ if (stopwatch.Elapsed > TimeSpan.FromSeconds(5))
17
18
throw new NoDataReceivedWithinThreeSeconds();
19
}
0 commit comments