You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wasm] Work around the browser having a lower timer resolution than the (#62411)
.. desktop. Earlier we did this for one test, but others are hitting
this issue randomly too. New one:
```
[00:32:41] fail: [FAIL] System.Diagnostics.Tests.StopwatchTests.StartNewAndReset
[00:32:41] info: Assert.True() Failure
[00:32:41] info: Expected: True
[00:32:41] info: Actual: False
[00:32:41] info: at System.Diagnostics.Tests.StopwatchTests.StartNewAndReset()
[00:32:41] info: at System.Reflection.RuntimeMethodInfo.InvokeWorker(Object obj, BindingFlags invokeAttr, Span`1 parameters)
```
Issue: #62021
0 commit comments