> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/standard/sleep.md).

# sleep

`standard::sleep` or `sleep` make Mimikatz sleep an amount of milliseconds. It has the following command line arguments:

* positional argument number: the number of milliseconds to sleep (n.b. default is 1s)

```
mimikatz # sleep
Sleep : 1000 ms... End !
```

```
mimikatz # sleep 600
Sleep : 600 ms... End !
```
