We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbd348 commit e540a17Copy full SHA for e540a17
tests/test_graphql.py
@@ -26,7 +26,7 @@ def test_fetch_user_list():
26
assert naruto.score == 70
27
28
def test_too_many_requests():
29
- for i in range(200):
+ for i in range(100):
30
graphql.fetch_user_list()
31
32
def test_search_by_id():
0 commit comments