From 3c8835969836b252e17aba63592be0cb65c7df89 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 6 Mar 2013 20:22:48 +1300 Subject: [PATCH] Include a higher timeout value to avoid timeouts. Checking out framework can often take longer than the default (300 seconds). This gives a 10min limit to creating a new project. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7288dad..c4689f1 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,8 @@ "silverstripe/buildtools": "*", "phpunit/phpunit": "3.7.*" }, + "config": { + "process-timeout": 600 + }, "minimum-stability": "dev" -} \ No newline at end of file +}