The functional test for an unavailable latest-release endpoint waits for the complete 120-second network timeout. This single test accounts for most of the approximately three-minute functional suite and increases CI timeout and flakiness risk.
Use a local endpoint that returns an immediate controlled failure, or make network timeouts injectable so tests can use short values.
The functional test for an unavailable latest-release endpoint waits for the complete 120-second network timeout. This single test accounts for most of the approximately three-minute functional suite and increases CI timeout and flakiness risk.
Use a local endpoint that returns an immediate controlled failure, or make network timeouts injectable so tests can use short values.