diff --git a/setup.cfg b/setup.cfg index 49dba35610..eaebd45d39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,13 @@ per-file-ignores = tests/*:ANN [tool:pytest] -addopts = -rfER --strict-markers --random-order --only-rerun='RuntimeError: Unexpected magic characters: 3f' --reruns=5 +addopts = + -rfER + --strict-markers + --random-order + --only-rerun='RuntimeError: Unexpected magic characters: 3f' + --only-rerun='Timeout: Timeout reading [A-Za-z]+ packet' + --reruns=5 testpaths = tests crypto storage python/tests xfail_strict = true junit_family = xunit2