Skip to content

Commit

Permalink
Time is 💰
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Sep 1, 2022
1 parent 3688d7e commit 2bd8778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/OpenTelemetry.Tests/Metrics/MetricAPITest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public void CounterAggregationTest(bool exportDelta)
exportedItems.Clear();

#if NETFRAMEWORK
Thread.Sleep(5000); // Compensates for low resolution timing in netfx.
Thread.Sleep(10); // Compensates for low resolution timing in netfx.
#endif

counterLong.Add(10);
Expand Down Expand Up @@ -900,7 +900,7 @@ public void UpDownCounterAggregationTest(bool exportDelta)
exportedItems.Clear();

#if NETFRAMEWORK
Thread.Sleep(5000); // Compensates for low resolution timing in netfx.
Thread.Sleep(10); // Compensates for low resolution timing in netfx.
#endif

counterLong.Add(10);
Expand Down

0 comments on commit 2bd8778

Please sign in to comment.