Skip to content

Commit

Permalink
Disabled process timeout when running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Oct 4, 2023
1 parent 66cb1d6 commit 9c8ef7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
},
"scripts": {
"test": "phpunit --bootstrap tests/bootstrap.php -c phpunit.xml",
"test-integration-solr": "phpunit --bootstrap tests/bootstrap.php -c vendor/ezsystems/ezplatform-kernel/phpunit-integration-legacy-solr.xml",
"test-integration-solr": [
"Composer\\Config::disableProcessTimeout",
"phpunit --bootstrap tests/bootstrap.php -c vendor/ezsystems/ezplatform-kernel/phpunit-integration-legacy-solr.xml"
],
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
"check-cs": "php-cs-fixer fix --dry-run -v --show-progress=estimating",
"phpstan": "phpstan analyse"
Expand Down

0 comments on commit 9c8ef7e

Please sign in to comment.