Skip to content

Commit 3b90926

Browse files
committed
Update composer.json
1 parent 876f88e commit 3b90926

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
@@ -49,7 +49,10 @@
4949
"phpstan": "vendor/bin/phpstan analyse",
5050
"check:style": "php-cs-fixer fix --using-cache=no --diff --config=.php-cs-fixer.php --dry-run --ansi",
5151
"fixed:style": "php-cs-fixer fix --using-cache=no --config=.php_cs --ansi",
52-
"test": "vendor/bin/phpunit --colors=always --testdox",
52+
"test": [
53+
"Composer\\Config::disableProcessTimeout",
54+
"vendor/bin/phpunit --colors=always --testdox"
55+
],
5356
"test:coverage": [
5457
"@putenv XDEBUG_MODE=coverage",
5558
"phpunit --color=always --coverage-clover=\"build/logs/clover.xml\""

0 commit comments

Comments
 (0)