Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_timing_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_multiple_operations_timing(self):
# Expects average case but can get worst case
# Best case: 5 * 10ms = 50ms
# Worst case: 5 * 30ms = 150ms
assert total_time < 0.1, f"Operations took {total_time:.3f}s total"
assert total_time < 0.15, f"Operations took {total_time:.3f}s total"

def test_timeout_handling(self):
"""
Expand Down