From c2e016aa7ee4904566d6c602fef2fedcb50c650a Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Wed, 4 Dec 2024 10:15:41 -0500 Subject: [PATCH] fix: changed from 10 to 15 seconds --- populate-scripts/update/52-face-name-association.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/populate-scripts/update/52-face-name-association.sql b/populate-scripts/update/52-face-name-association.sql index 5ee53c9..be5f4d3 100644 --- a/populate-scripts/update/52-face-name-association.sql +++ b/populate-scripts/update/52-face-name-association.sql @@ -256,7 +256,7 @@ UPDATE tasks SET "componentConfig": { "title": "", "timerConfig": { - "timer": 10000, + "timer": 15000, "showTimer": true, "canSkipTimer": false, "countDown": true