Fixed
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 May 2026 at 08:45 UTC
Updated:
14 May 2026 at 10:19 UTC
Jump to comment: Most recent
https://git.drupalcode.org/project/drupal/-/pipelines/815573/builds indicates that functional test jobs are taking longer purely due to the number of tests rather than individual long tests. We might be able to get test run times down with higher concurrency.
Once we've converted more functional tests to kernel tests, we might be able to reduce concurrency again or hopefully the number of total jobs. Not there yet though.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
catchhttps://git.drupalcode.org/project/drupal/-/pipelines/815595/builds looks pretty good. There are two tests that take around 3 minutes each (on that run at least), so that's the current floor for how quickly functional tests can finish overall
Comment #4
smustgrave commentedLGTM, trust @catch with these changes.
Comment #5
catchComment #6
catchSpotted some more things, widening scope slightly to include adding #slow to some additional tests.
Comment #7
mondrakeCould we combine with #3589417: Move long-running unit tests to kernel?
Comment #8
smustgrave commentedSo is this being combined?
Comment #10
mondrake#8 no, let’s not for now, see #3589417-6: Move long-running unit tests to kernel.
Comment #11
smustgrave commentedGoing to mark this one then. Thanks for the follow up!
Comment #12
alexpottCommitted 1f48cce and pushed to main. Thanks!