Skip to content

Commit

Permalink
Remove timeout docs
Browse files Browse the repository at this point in the history
* Too many contributors to remove separately.
  • Loading branch information
mbj committed Jan 7, 2019
1 parent 432a241 commit 9ba8e3e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/known-problems.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
Known Problems
==============

Mutations with Infinite Runtimes
---------------------------------

Occasionally mutant will produce a mutation with an infinite runtime. When this happens
mutant will look like it is running indefinitely without killing a remaining mutation. To
avoid mutations like this, consider adding a timeout around your tests. For example, in
RSpec you can add the following to your `spec_helper`:
```ruby
config.around(:each) do |example|
Timeout.timeout(5, &example)
end
```
which will fail specs which run for longer than 5 seconds.

The Crash / Stuck Problem (MRI)
-------------------------------

Expand Down

0 comments on commit 9ba8e3e

Please sign in to comment.