---
title: kNoTimeOut
framework: coreservices
role: symbol
role_heading: Global Variable
path: coreservices/knotimeout
---

# kNoTimeOut

Your application is willing to wait indefinitely. Most commonly, you instead provide a timeout value (in ticks) that will provide a reasonable amount of time for the current operation.

## Declaration

```swift
var kNoTimeOut: Int { get }
```
