Skip to content

Commit 66f2212

Browse files
committed
chore: diable composer timeout
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 6d55c7a commit 66f2212

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
@@ -71,7 +71,10 @@
7171
"Composer\\Config::disableProcessTimeout",
7272
"PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./"
7373
],
74-
"test": "phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml",
74+
"test": [
75+
"Composer\\Config::disableProcessTimeout",
76+
"phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml"
77+
],
7578
"test:db": "@composer run test -- --group DB --group SLOWDB",
7679
"test:files_external": "phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest-external.xml",
7780
"rector": "rector --config=build/rector.php && composer cs:fix",

0 commit comments

Comments
 (0)