Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Make test case operate in slow mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
thicccat688 committed Feb 11, 2023
1 parent 3caaf8d commit 860e196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)


solver = RecaptchaSolver(driver=test_driver)
solver = RecaptchaSolver(driver=test_driver, delay_config=StandardDelayConfig())


def test_solver():
Expand Down

0 comments on commit 860e196

Please sign in to comment.