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
Remove the upper-bound assertion from the elapsed time test. setTimeout
only guarantees a minimum delay, not a maximum — on busy CI agents the
callback can fire well beyond the tolerance window.
Also remove the now-unused sanitizersEnabled plumbing (CMake define,
C++ global, TS declaration) since this was its only consumer.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments