aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hypothesis/test_padding.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hypothesis/test_padding.py')
-rw-r--r--tests/hypothesis/test_padding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hypothesis/test_padding.py b/tests/hypothesis/test_padding.py
index fa06bb7b..74a58eb8 100644
--- a/tests/hypothesis/test_padding.py
+++ b/tests/hypothesis/test_padding.py
@@ -8,7 +8,7 @@ from hypothesis.strategies import binary, integers
from cryptography.hazmat.primitives.padding import ANSIX923, PKCS7
-@settings(suppress_health_check=[HealthCheck.too_slow])
+@settings(suppress_health_check=[HealthCheck.too_slow], deadline=None)
@given(integers(min_value=1, max_value=255), binary())
def test_pkcs7(block_size, data):
# Generate in [1, 31] so we can easily get block_size in bits by