Issue.Kind.timeLimitExceeded(timeLimitComponents:)
An issue due to a test reaching its time limit and timing out.
Declaration
indirect case timeLimitExceeded(timeLimitComponents: (seconds: Int64, attoseconds: Int64))Parameters
- timeLimitComponents:
The time limit reached by the test.