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 +}