increased 1 hour comparison by 60 seconds to avoid seconds deviation

This commit is contained in:
Daniel Schick 2024-05-03 08:58:09 +02:00
parent c5a88cb8f2
commit 4007459e93

View File

@ -107,7 +107,7 @@ class ValidationRuleBaseFunctions():
violation_state = (delta<=threshold) violation_state = (delta<=threshold)
return violation_state 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 # base function for all validation rules in the group {0002} A-C