Skip to content

Commit

Permalink
slightly relax performance requirement
Browse files Browse the repository at this point in the history
GH runners on macOS are sometimes a bit slow...
  • Loading branch information
Sam Schott committed Feb 12, 2021
1 parent 4c81529 commit 1640cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/linked/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def generate_sync_events():

duration = timeit.timeit(stmt=generate_sync_events, setup=setup, number=n_loops)

assert duration < 3 # expected ~ 1.8 sec
assert duration < 4 # expected ~ 1.8 sec


def test_invalid_pending_download(m):
Expand Down

0 comments on commit 1640cee

Please sign in to comment.