# 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 !
```
