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

Commit

Permalink
Issue #733: Fix Drupal composer project build to work on slow Windows…
Browse files Browse the repository at this point in the history
… mounts.
  • Loading branch information
geerlingguy committed Jun 16, 2016
1 parent 1bff818 commit 407b94c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example.drupal.composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
}
},
"config": {
"process-timeout": 1200
}
}
2 changes: 2 additions & 0 deletions provisioning/tasks/build-composer-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{{ drupal_composer_project_options|default('--prefer-dist --no-interaction') }}
when: not drupal_site_exists
become: no
environment:
COMPOSER_PROCESS_TIMEOUT: 1200

- name: Install dependencies with composer require.
command: >
Expand Down

0 comments on commit 407b94c

Please sign in to comment.