Skip to content

Commit

Permalink
Update AppMetricsTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephEShook committed Oct 18, 2023
1 parent 989d6aa commit 46d6dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ public async Task TryGetStaleFailSafeAdaptive()
appMetricsProvider.Stop(cache);

// Let EventListener poll for data
await Task.Delay(1000);
await Task.Delay(1600);

var messages = reporter.Messages.ToList();

Expand Down

0 comments on commit 46d6dfd

Please sign in to comment.