> For the complete documentation index, see [llms.txt](https://ts-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ts-specs.handhistory.org/speed-object/round_time.md).

# round\_time

#### round\_time

The amount of time (in seconds) between blinds increases.

**Type:** integer

**Format:** integer in seconds

**Example:**

Blinds increase every five minutes (300 seconds):

```javascript
"round_time": 300
```
