Skip to content

Commit

Permalink
Attempt to make tests more robust on slow CI machines by increasing t…
Browse files Browse the repository at this point in the history
…ime steps
  • Loading branch information
nblumhardt committed May 30, 2024
1 parent 5e18faf commit e963475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Serilog.Tests/Core/BatchingSinkTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Serilog.Core.Tests;

public class BatchingSinkTests
{
static readonly TimeSpan TinyWait = TimeSpan.FromMilliseconds(200);
static readonly TimeSpan TinyWait = TimeSpan.FromMilliseconds(500);
static readonly TimeSpan MicroWait = TimeSpan.FromMilliseconds(1);

[Fact]
Expand Down

0 comments on commit e963475

Please sign in to comment.