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(web-api): fix flaky timeout test by mocking network request
The timeout test was making real network requests to slack.com, causing
intermittent failures due to SSL connection destruction race conditions
(ECANCELED errors). Now uses nock to mock the network with delayConnection.
Co-Authored-By: Claude <[email protected]>
0 commit comments