Disable timeout for "composer test"

This commit is contained in:
Pierre Rudloff 2020-09-27 19:50:12 +02:00
parent c1c65c507c
commit 4bd121cda2
1 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,10 @@
"scripts": {
"lint": "grumphp run --ansi",
"release": "robo release --ansi",
"test": "phpunit",
"test": [
"Composer\\Config::disableProcessTimeout",
"phpunit"
],
"update-locales": [
"tsmarty2c.php templates > i18n/template.pot",
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php"