Skip to content

Commit

Permalink
Merge pull request #118 from UoA-CARES/chore/adjust-time-out-add
Browse files Browse the repository at this point in the history
Adjust time out for memory add
  • Loading branch information
dvalenciar authored Feb 27, 2024
2 parents 7efceee + 957d73d commit 4a44f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memory/test_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_consistant_insertion_time(memory_buffer_1e6):
lambda: memory_buffer_1e6.add(1, 2, 3, 4, False, 0.5), number=1
)

assert last_insertion < 2 * first_insertion
assert last_insertion < 10 * first_insertion

0 comments on commit 4a44f36

Please sign in to comment.