---
title: "Issue.Kind.timeLimitExceeded(timeLimitComponents:)"
framework: testing
role: symbol
role_heading: Case
path: "testing/issue/kind-swift.enum/timelimitexceeded(timelimitcomponents:)"
---

# Issue.Kind.timeLimitExceeded(timeLimitComponents:)

An issue due to a test reaching its time limit and timing out.

## Declaration

```swift
indirect case timeLimitExceeded(timeLimitComponents: (seconds: Int64, attoseconds: Int64))
```

## Parameters

- `timeLimitComponents`: The time limit reached by the test.

## Mentioned in

Limiting the running time of tests
