Skip to content

Commit

Permalink
Tweak infection.json.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Apr 15, 2023
1 parent dcd84d1 commit a9fd911
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infection.json.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"timeout": 2,
"timeout": 5,
"source": {
"directories": [
"src"
]
},
"mutators": {
"global-ignoreSourceCodeByRegex": [
"assert.*"
],
"@default": true,
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
Expand Down

0 comments on commit a9fd911

Please sign in to comment.