I had the same error, and it went away after I excluded the integration tests from mutation testing.
As far as I understand, the fact is that integration tests are not intended for mutation testing at all, because they are too "heavy"
Therefore, the conclusion is this: check if you have integration tests or unit tests that take too long to run for any reason, and exclude them!