mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
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:
parent
3c6ef63734
commit
3c88359698
@ -13,5 +13,8 @@
|
||||
"silverstripe/buildtools": "*",
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 600
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user