Actions
Bug #33692
closedIncrease nock timeout for longer running tests and possibly slow CI
Description
Currently nock requests timeout in 5 secs..That seems to be too small for some CI infra. That's my best guess for the random nock timeouts on nightly and master-source-release pipelines.
Proposing increasing timeouts to 5 mins or some reasonable value. This will not impact run times for happy path as the timeout breaks when nocked call is made.
Actions