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
Replace Task.Delay with GetTaskResultAsync in task-path tests
Use GetTaskResultAsync to wait for task completion instead of arbitrary
Task.Delay(500) calls, making tests deterministic and faster.
Co-authored-by: halter73 <54385+halter73@users.noreply.github.com>
0 commit comments