chore(MSP-5160): disallow timeouts for Infection, setting maxTimeouts to 0 - #708
Merged
Maks Rafalko (maks-rafalko) merged 1 commit intoAug 14, 2026
Conversation
Maks Rafalko (maks-rafalko)
force-pushed
the
ticket/MSP-5160-infection-2
branch
from
August 14, 2026 13:50
c8c2b01 to
c9702d2
Compare
maxTimeouts to 0maxTimeouts to 0
Maks Rafalko (maks-rafalko)
marked this pull request as ready for review
August 14, 2026 13:56
Marcin Michalski (marmichalski)
previously approved these changes
Aug 14, 2026
…s` to 0 Why? See https://infection.github.io/2026/01/14/whats-new-in-0.32.3/ in a nutshell: > Slow CI accumulation: You get timeouts to zero, the build is fast. You add a new feature - suddenly 20 new timeouts. Your CI now takes minutes longer. The worst part? There’s no way to know they exist without digging through logs. > Hidden infinite loops: Some timeouts are simple performance hits on slow CI. Others are mutations that create infinite loops-the very test gaps Infection is supposed to find, now hidden among “acceptable” slowdowns.
Maks Rafalko (maks-rafalko)
force-pushed
the
ticket/MSP-5160-infection-2
branch
from
August 14, 2026 14:28
c9702d2 to
c8468d5
Compare
Felipe Francisco (felipefrancisco)
approved these changes
Aug 14, 2026
Marcin Michalski (marmichalski)
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
See https://infection.github.io/2026/01/14/whats-new-in-0.32.3/
in a nutshell: