Skip to content

Commit 0345053

Browse files
committed
increase fuzzy-time epsilon for tests
1 parent af2192c commit 0345053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def pad64(data: Union[bytes, str]):
1515

1616

1717
class FuzzyTime:
18-
epsilon = 0.25
18+
epsilon = 1
1919

2020
def delta(self, other):
2121
return abs(float(other) - (self._t + time.time()))

0 commit comments

Comments
 (0)