Reduce telemetry test flakiness
Reviewers: buda, teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1666
This commit is contained in:
parent
9a7d25f6a5
commit
125502cbb5
@ -133,7 +133,7 @@ def verify_storage(storage, args):
|
||||
expected = args.duration
|
||||
else:
|
||||
expected = uptime
|
||||
assert uptime >= expected - 2 and uptime <= expected + 2
|
||||
assert uptime >= expected - 4 and uptime <= expected + 4
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user