From 875da997dfe05360a69fbcdf2edb01a77ff9f856 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 3 May 2024 08:58:09 +0200 Subject: [PATCH] increased 1 hour comparison by 60 seconds to avoid seconds deviation --- src/server/BreCal/validators/validation_rule_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/BreCal/validators/validation_rule_functions.py b/src/server/BreCal/validators/validation_rule_functions.py index 9e6df51..98fff6e 100644 --- a/src/server/BreCal/validators/validation_rule_functions.py +++ b/src/server/BreCal/validators/validation_rule_functions.py @@ -107,7 +107,7 @@ class ValidationRuleBaseFunctions(): violation_state = (delta<=threshold) return violation_state - def check_participants_agree_on_estimated_time(self, shipcall, query, df_times, applicable_shipcall_type, threshold:int=3600)->bool: + def check_participants_agree_on_estimated_time(self, shipcall, query, df_times, applicable_shipcall_type, threshold:int=3660)->bool: """ # base function for all validation rules in the group {0002} A-C