Closed (fixed)
Project:
Drupal CMS development repository
Component:
Installer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2026 at 20:52 UTC
Updated:
17 Apr 2026 at 14:10 UTC
Jump to comment: Most recent
Comments
Comment #2
phenaproximaMaybe you're on a very slow connection and Composer just took a long time to resolve dependencies? We can try increasing the timeout in
\Drupal\drupal_cms_installer\ComposerExecutor::execute()to something higher, like 300 seconds.Comment #3
phenaproximaComment #5
pritishkumar commentedI increased the timeout in
\Drupal\drupal_cms_installer\ComposerExecutor::execute()to 120 seconds in my local setup, and that resolved the issue. After the change, the installation completed successfully without any timeout errors.Comment #8
phenaproximaMerged the higher timeout into 2.x and cherry-picked to 2.1.x.