Skip to content

Commit

Permalink
down to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 1, 2022
1 parent 6d5cf24 commit a63cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/public-api/test_solvers_jobs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_create_job(
# only 404 are retried, the rest are failures
retry=retry_if_exception_type(TryAgain),
wait=wait_fixed(1),
stop=stop_after_attempt(5),
stop=stop_after_attempt(3),
after=after_log(logger, logging.WARNING),
reraise=True,
)
Expand Down

0 comments on commit a63cc1e

Please sign in to comment.