Skip to content

Commit 05e4ef2

Browse files
committed
Merge PR 1496 from inference repo
1 parent 5c83b14 commit 05e4ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compliance/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class CheckerWarning(Exception):
8484
re.compile(r"Uncertainty \d+.\d+%, which is above 1.00% limit for the last sample!")
8585
]
8686

87-
TIME_DELTA_TOLERANCE = 500 # in milliseconds
87+
TIME_DELTA_TOLERANCE = 800 # in milliseconds
8888

8989

9090
def _normalize(path: str) -> str:

0 commit comments

Comments
 (0)