Exception: Maxitest::Timeout::TestCaseTimeout

Inherits:
StandardError
  • Object
show all
Defined in:
lib/maxitest/timeout.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
# File 'lib/maxitest/timeout.rb', line 11

def message
  "Test took too long to finish, aborting. To use a debugger, def maxitest_timeout;false;end in the test file."
end