<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Tor",
  "identifier" : "/documentation/Tor/TorError/timeout",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Tor"
    ],
    "preciseIdentifier" : "s:3Tor0A5ErrorO7timeoutyA2CmF"
  },
  "title" : "TorError.timeout"
}
-->

# TorError.timeout

A bounded wait elapsed without the awaited condition being met.

```
case timeout
```

## Discussion

Most commonly raised by
[`waitUntilBootstrapped(timeout:)`](/documentation/Tor/TorClient/waitUntilBootstrapped(timeout:)) when Tor does not
reach 100% bootstrap inside the supplied `Duration`. Control-socket
`readLine()` also raises this when `setSocketTimeout` is active.
Retryable in principle, but long timeouts usually indicate a
networking or consensus-download problem.