Skip to content

Commit

Permalink
tests: increased parallel requests
Browse files Browse the repository at this point in the history
the tests failed with 1 login
  • Loading branch information
201st-Luka committed Sep 2, 2023
1 parent 19877e4 commit 1147acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ async def pyclasher_client(event_loop):
client = await Client.from_login(CLASH_OF_CLANS_LOGIN_EMAIL,
CLASH_OF_CLANS_LOGIN_PASSWORD,
requests_per_second=5,
request_timeout=30)
request_timeout=30,
login_count=2)
client.client_id = "test_client"

await client.start()
Expand Down

0 comments on commit 1147acf

Please sign in to comment.