Opened 4 years ago
Last modified 4 months ago
#38237 assigned task (blessed)
Increase the slow test threshold for tests that perform external HTTP requests
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Build/Test Tools | Keywords: | needs-patch good-first-bug |
Focuses: | Cc: |
Description
Tests that perform external HTTP requests will always trigger a slow warning from SpeedTrapListener
as core's slow test threshold is set to 150ms.
Let's add a @slowThreshold
header to each relevant test with a high value such as 5000ms.
Docs: https://github.com/johnkary/phpunit-speedtrap
See #30017.
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 38757: