From 52da5fa2cb2672b3fd912dcce4456c956d2382d2 Mon Sep 17 00:00:00 2001 From: Kostas Drakontidis Date: Mon, 1 Jun 2026 02:33:25 +0300 Subject: [PATCH] Increase verifyTimeout to 5 minutes --- src/officesense_pi/src/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/officesense_pi/src/config/config.ts b/src/officesense_pi/src/config/config.ts index 7aaf351..5c3f9fe 100644 --- a/src/officesense_pi/src/config/config.ts +++ b/src/officesense_pi/src/config/config.ts @@ -52,7 +52,7 @@ const config: Config = { transitionCleanupInterval: 60 * 1000, lossThreshold: 5000, userTTL: 3 * 60 * 1000, - verifyTimeout: 30 * 1000, + verifyTimeout: 5 * 60 * 1000, }, };