process-timeout set to 0 in composer to let the tests run as much as

necessary
This commit is contained in:
Val Bancer 2017-07-11 00:31:41 +02:00
parent 2290b612f8
commit 16acacfa27

View file

@ -26,7 +26,8 @@
"cakephp/cakephp-codesniffer": "^1.0.0" "cakephp/cakephp-codesniffer": "^1.0.0"
}, },
"config": { "config": {
"vendor-dir": "vendors/" "vendor-dir": "vendors/",
"process-timeout": 0
}, },
"bin": [ "bin": [
"lib/Cake/Console/cake" "lib/Cake/Console/cake"