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.
This commit is contained in:
Will Rossiter 2013-03-06 20:22:48 +13:00
parent 3c6ef63734
commit 3c88359698

View File

@ -13,5 +13,8 @@
"silverstripe/buildtools": "*",
"phpunit/phpunit": "3.7.*"
},
"config": {
"process-timeout": 600
},
"minimum-stability": "dev"
}
}