ExUnit.TimeoutError exception (ExUnit v1.18.3)
View SourceException raised when a test times out.
Summary
Types
@type t() :: %ExUnit.TimeoutError{ __exception__: true, timeout: non_neg_integer(), type: String.t() }
Exception raised when a test times out.
@type t() :: %ExUnit.TimeoutError{ __exception__: true, timeout: non_neg_integer(), type: String.t() }