public static function Composer::removeTimeout in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Composer/Composer.php \Drupal\Core\Composer\Composer::removeTimeout()
Removes Composer's timeout so that scripts can run indefinitely.
File
- core/
lib/ Drupal/ Core/ Composer/ Composer.php, line 263
Class
- Composer
- Provides static functions for composer script events.
Namespace
Drupal\Core\ComposerCode
public static function removeTimeout() {
ProcessExecutor::setTimeout(0);
}