Skip to content

Commit 2ada1ff

Browse files
committed
Infection: raise timeout for mutants from 10 to 60 seconds
1 parent 8d7766b commit 2ada1ff

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
],
3535
"require-dev": {
3636
"doctrine/coding-standard": "^11.1.0",
37-
"phpstan/phpstan": "^1.9.16",
38-
"phpstan/phpstan-phpunit": "^1.3.3",
39-
"phpunit/phpunit": "10.0.5",
37+
"phpstan/phpstan": "^1.9.17",
38+
"phpstan/phpstan-phpunit": "^1.3.4",
39+
"phpunit/phpunit": "^10.0.7",
4040
"vimeo/psalm": "5.6.0",
41-
"roave/infection-static-analysis-plugin": "^1.28.0"
41+
"roave/infection-static-analysis-plugin": "^1.29.0"
4242
},
4343
"autoload": {
4444
"psr-4": {

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infection.json.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"src"
55
]
66
},
7+
"timeout": 60,
78
"logs": {
89
"text": "php:\/\/stderr",
910
"stryker": {

0 commit comments

Comments
 (0)