diff --git a/.travis.yml b/.travis.yml index ddc30e68..e5768a5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,7 +151,7 @@ jobs: - mkdir -p $HOME/.infection script: - - vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=71 + - vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=87 --min-msi=62 notifications: email: false diff --git a/Makefile b/Makefile index d8f3b32d..fc7b464e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ cs: vendor infection: vendor mkdir -p .infection - vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=71 + vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=87 --min-msi=62 stan: vendor mkdir -p .phpstan diff --git a/infection.json b/infection.json index 8afa5e76..8e89cb42 100644 --- a/infection.json +++ b/infection.json @@ -1,5 +1,5 @@ { - "timeout": 10, + "timeout": 30, "source": { "directories": [ "src"