Debug echo job: sleep for a shorter time

This commit is contained in:
Sybren A. Stüvel 2022-04-08 12:05:30 +02:00
parent 9ec39b0b41
commit def1778aa6

View File

@ -12,7 +12,7 @@ curl -X 'POST' \
"name": "Talk & Sleep", "name": "Talk & Sleep",
"priority": 50, "priority": 50,
"settings": { "settings": {
"sleep_duration_seconds": 3, "sleep_duration_seconds": 2,
"message": "{blender}" "message": "{blender}"
}, },
"type": "echo-sleep-test" "type": "echo-sleep-test"