You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we wait indefinitely for tests to complete after mutation.
But they could hang and/or mutation could introduce a hang.
So we should time out after some period.
When timed out should this result in a different kind of result which is neither pass or fail? E.g. "timed out" instead of "no mutant survived" or "a mutant survived"?
The text was updated successfully, but these errors were encountered:
Looks like we wait indefinitely for tests to complete after mutation.
But they could hang and/or mutation could introduce a hang.
So we should time out after some period.
When timed out should this result in a different kind of result which is neither pass or fail? E.g. "timed out" instead of "no mutant survived" or "a mutant survived"?
The text was updated successfully, but these errors were encountered: