Skip to content

Commit

Permalink
Merge pull request #140 from localheinz/fix/timeout
Browse files Browse the repository at this point in the history
Fix: Increase timeout for infection from 10 to 30 seconds
  • Loading branch information
localheinz authored Dec 24, 2018
2 parents 6f8b30a + 295fbf7 commit 591535d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timeout": 10,
"timeout": 30,
"source": {
"directories": [
"src"
Expand Down

0 comments on commit 591535d

Please sign in to comment.