Disable timeout for "composer test"
This commit is contained in:
parent
c1c65c507c
commit
4bd121cda2
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue