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 b2c4674 commit 64032f7Copy full SHA for 64032f7
tests/MetricPusherHostedServiceTests.cs
@@ -49,7 +49,7 @@ public async Task OnPushError_HandlesException()
49
var hostedService = new TestableMetricPusherHostedService(pusher);
50
51
await hostedService.StartAsync(ct);
52
- await Task.Delay(GetDelay(1), ct);
+ await Task.Delay(100, ct);
53
await hostedService.StopAsync(ct);
54
55
hostedService.ErrorHandled.Should().BeTrue();
0 commit comments