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
Extend OnContextInitialized wait from 6s to 30s; add fallback in CreateBrowserSync
In CI (GitHub Actions), the storage service utility subprocess fails at startup
(global descriptor lookup 7) which delays OnContextInitialized past the previous
6-second pump-loop ceiling. Increase the ceiling to 30 seconds in Initialize(),
and add a matching 30-second fallback pump in CreateBrowserSync() in case it is
called right at the boundary after Initialize() returns.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments