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 10f4308 commit 3b90099Copy full SHA for 3b90099
src/Tests/Microsoft.Diagnostics.Monitoring.Tool.UnitTests/CollectionRulePipelineTests.cs
@@ -477,8 +477,8 @@ public Task CollectionRulePipeline_ActionCountLimitSlidingDurationTest(TargetFra
477
{
478
const int IterationCount = 5;
479
const int ExpectedActionExecutionCount = 3;
480
- TimeSpan SlidingWindowDuration = TimeSpan.FromMilliseconds(100);
481
- TimeSpan ClockIncrementDuration = TimeSpan.FromMilliseconds(10);
+ TimeSpan SlidingWindowDuration = TimeSpan.FromMilliseconds(1000);
+ TimeSpan ClockIncrementDuration = TimeSpan.FromMilliseconds(100);
482
483
MockTimeProvider timeProvider = new();
484
ManualTriggerService triggerService = new();
0 commit comments