Add a timeout to the composer-installation
This commit is contained in:
parent
56d8a6af3d
commit
f00977b8bf
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"npm install",
|
"npm install",
|
||||||
"@rebuild",
|
"@rebuild",
|
||||||
|
"Composer\\Config::disableProcessTimeout",
|
||||||
"composer --working-dir=./test/website install"
|
"composer --working-dir=./test/website install"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue