We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2192c commit 0345053Copy full SHA for 0345053
tests/util.py
@@ -15,7 +15,7 @@ def pad64(data: Union[bytes, str]):
15
16
17
class FuzzyTime:
18
- epsilon = 0.25
+ epsilon = 1
19
20
def delta(self, other):
21
return abs(float(other) - (self._t + time.time()))
0 commit comments