Skip to content

Commit e76e99f

Browse files
retry 5 times regardless of error type
1 parent ff0ead3 commit e76e99f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_compositional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
@retry(
4343
stop=stop_after_attempt(5),
44-
retry=retry_if_exception_type(TimeoutError),
4544
reraise=True,
4645
before_sleep=lambda _: logging.info("Retrying due to a TimeoutError..."),
4746
)

0 commit comments

Comments
 (0)