Skip to content

Commit

Permalink
Infection: raise timeout for mutants from 10 to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Feb 13, 2023
1 parent 8d7766b commit 2ada1ff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
],
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"phpstan/phpstan": "^1.9.16",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpunit/phpunit": "10.0.5",
"phpstan/phpstan": "^1.9.17",
"phpstan/phpstan-phpunit": "^1.3.4",
"phpunit/phpunit": "^10.0.7",
"vimeo/psalm": "5.6.0",
"roave/infection-static-analysis-plugin": "^1.28.0"
"roave/infection-static-analysis-plugin": "^1.29.0"
},
"autoload": {
"psr-4": {
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"src"
]
},
"timeout": 60,
"logs": {
"text": "php:\/\/stderr",
"stryker": {
Expand Down

0 comments on commit 2ada1ff

Please sign in to comment.