Skip to content

Commit

Permalink
Reduce number of queries for rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Jan 14, 2024
1 parent cbbd348 commit e540a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_fetch_user_list():
assert naruto.score == 70

def test_too_many_requests():
for i in range(200):
for i in range(100):
graphql.fetch_user_list()

def test_search_by_id():
Expand Down

0 comments on commit e540a17

Please sign in to comment.