---
title: timeoutWhileWaiting
framework: xctest
role: symbol
role_heading: Type Property
path: xctest/xctesterror/timeoutwhilewaiting
---

# timeoutWhileWaiting

A code that represents a timeout the test encountered while waiting to fulfill expectations.

## Declaration

```swift
static var timeoutWhileWaiting: XCTestError.Code { get }
```

## See Also

### Classifying Errors with Codes

- [failureWhileWaiting](xctest/xctesterror/failurewhilewaiting.md)
- [XCTestError.Code](xctest/xctesterror/code.md)
