From 85ee735d22eadfa8b4f3f900ca43d54bb84d4b4c Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 13 Mar 2021 02:11:51 +0000 Subject: [PATCH] fixed validation bounds --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index afc605a4e..c96b96b40 100644 --- a/functions/index.js +++ b/functions/index.js @@ -846,7 +846,7 @@ function validateResult(result) { return total + val; }) / 1000; if ( - keyPressTimeSum < result.testDuration - 8 || + keyPressTimeSum < result.testDuration - 1 || keyPressTimeSum > result.testDuration + 1 ) { console.error(