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
test(watcher): poll instead of fixed sleep to reduce CI flakes
FSEvents / inotify latency varies under load; a fixed 3s sleep was
marginal on slow runners. Poll up to 15s with 100ms ticks instead —
fast in the happy case, robust when the runner is loaded.
0 commit comments