-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CancelOnTimerWithLargeRetryDelay test flakiness due to Stopwatch …
…imprecision (#383) Port of following PR: #381 CancelOnTimerWithLargeRetryDelay fails on some environments due to the fact that Stopwatch class may report incorrect timing results on different processors, as noted in official documentation: https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.stopwatch?view=net-8.0 Internal ADO work item: https://dev.azure.com/msazure/One/_workitems/edit/29276368
- Loading branch information
1 parent
fb2d1a2
commit 830911f
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters