From f00977b8bf3a2958e8c6fb1dd25b0a54891ff61e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 10 May 2021 20:34:32 +0000 Subject: [PATCH] Add a timeout to the composer-installation --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ccdf9ff..bbabcc1 100644 --- a/composer.json +++ b/composer.json @@ -73,6 +73,7 @@ "post-install-cmd": [ "npm install", "@rebuild", + "Composer\\Config::disableProcessTimeout", "composer --working-dir=./test/website install" ] }