Skip to content

Commit 49bde18

Browse files
committed
Increase number of seconds?
1 parent 32f0e74 commit 49bde18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Serilog.Sinks.Network.Test/ServerPoller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static string PollForReceivedData(DataReceiver dataReceiver)
1313
while (string.IsNullOrEmpty(receivedData))
1414
{
1515
receivedData = dataReceiver.ReceivedData.SingleOrDefault();
16-
if (stopwatch.Elapsed > TimeSpan.FromSeconds(3))
16+
if (stopwatch.Elapsed > TimeSpan.FromSeconds(5))
1717
{
1818
throw new NoDataReceivedWithinThreeSeconds();
1919
}

0 commit comments

Comments
 (0)