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
fix: Fix test timeout handling in WaitForConditionAsync helper
Fix TaskCanceledException in Skip_ShouldSkipEvents test by improving timeout handling in WaitForConditionAsync. The helper now properly distinguishes between timeout expiration and external cancellation, throwing TimeoutException with a descriptive message when conditions aren't met within the timeout period. Also update GitHub Actions workflow to not fail on empty test results.
0 commit comments