Skip to content

Commit c62271f

Browse files
committed
chore: diable composer timeout
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 431d228 commit c62271f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@
6868
"Composer\\Config::disableProcessTimeout",
6969
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
7070
],
71-
"test": "phpunit --colors=always --configuration tests/phpunit-autotest.xml",
71+
"test": [
72+
"Composer\\Config::disableProcessTimeout",
73+
"phpunit --colors=always --configuration tests/phpunit-autotest.xml"
74+
],
7275
"test:db": "@composer run test -- --group DB,SLOWDB",
7376
"test:files_external": "phpunit --colors=always --configuration tests/phpunit-autotest-external.xml",
7477
"rector": "rector --config=build/rector.php && composer cs:fix",

0 commit comments

Comments
 (0)