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 @@ -51,7 +51,7 @@ def test_batch_fetch_timing(self):

# Very tight timing - each request can take 10-100ms
# 5 requests sequentially = 50-500ms minimum
assert elapsed < 300, f"Batch fetch too slow: {elapsed:.1f}ms"
assert elapsed < 500, f"Batch fetch too slow: {elapsed:.1f}ms"

def test_api_success_rate(self):
"""
Expand Down