muter-mutation-testing/muter

Monitor running test and notify possible halting

rakaramos opened this issue · 0 comments

Sometimes an operator can cause the tests to halt.
We could use the duration from the baseline run and monitor the tests duration, if the threshold is reached we could kill the process (and maybe account for a mutant being killer?) and notify the user about it (alongside which mutant and whatnot).
A multiplier option could be passed to give more or less time for the tests to run.