Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 407b94c

Browse files
committed
Issue #733: Fix Drupal composer project build to work on slow Windows mounts.
1 parent 1bff818 commit 407b94c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

example.drupal.composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
3535
"drush/contrib/{$name}": ["type:drupal-drush"]
3636
}
37+
},
38+
"config": {
39+
"process-timeout": 1200
3740
}
3841
}

provisioning/tasks/build-composer-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{{ drupal_composer_project_options|default('--prefer-dist --no-interaction') }}
77
when: not drupal_site_exists
88
become: no
9+
environment:
10+
COMPOSER_PROCESS_TIMEOUT: 1200
911

1012
- name: Install dependencies with composer require.
1113
command: >

0 commit comments

Comments
 (0)