From def1778aa6839094986a5bd84aaadf74e95555ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 8 Apr 2022 12:05:30 +0200 Subject: [PATCH] Debug echo job: sleep for a shorter time --- debug-job-echo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug-job-echo.sh b/debug-job-echo.sh index 0a0ddf65..c1ef866b 100755 --- a/debug-job-echo.sh +++ b/debug-job-echo.sh @@ -12,7 +12,7 @@ curl -X 'POST' \ "name": "Talk & Sleep", "priority": 50, "settings": { - "sleep_duration_seconds": 3, + "sleep_duration_seconds": 2, "message": "{blender}" }, "type": "echo-sleep-test"