Update script delay to include milliseconds (#2438)

This commit is contained in:
Martokk 2017-04-21 11:11:41 -05:00 committed by Fabian Affolter
parent 9f694dad54
commit 5a433ea09a
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -66,7 +66,7 @@ delay: 00:01:30
```yaml ```yaml
# Waits 1 minute # Waits 1 minute
delay: delay:
# supports seconds, minutes, hours, days # supports milliseconds, seconds, minutes, hours, days
minutes: 1 minutes: 1
``` ```