Commit 8516433f by Qiang Xue

increase composer timeout setting for apps.

parent babee51d
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
"yii\\composer\\Installer::setPermission" "yii\\composer\\Installer::setPermission"
] ]
}, },
"config": {
"process-timeout": 1800
},
"extra": { "extra": {
"writable": [ "writable": [
"backend/runtime", "backend/runtime",
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
"yii\\composer\\Installer::setPermission" "yii\\composer\\Installer::setPermission"
] ]
}, },
"config": {
"process-timeout": 1800
},
"extra": { "extra": {
"writable": [ "writable": [
"runtime", "runtime",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment