Skip to content

Commit

Permalink
retry all
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-ho committed Feb 23, 2024
1 parent 1e761a5 commit f93ae9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/sql/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

@tenacity.retry(
stop=tenacity.stop_after_delay(60),
retry=tenacity.retry_if_exception_type(sqlalchemy.exc.DBAPIError),
wait=tenacity.wait_fixed(5),
reraise=True,
)
Expand Down

0 comments on commit f93ae9a

Please sign in to comment.