diff --git a/python-pyppmd.changes b/python-pyppmd.changes index e131607..5f3d2da 100644 --- a/python-pyppmd.changes +++ b/python-pyppmd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 22 10:30:11 UTC 2022 - Daniel Garcia + +- Increase hypothesis deadline time for test_fuzzer + ------------------------------------------------------------------- Wed Dec 21 11:05:13 UTC 2022 - Ben Greiner diff --git a/python-pyppmd.spec b/python-pyppmd.spec index 007fd57..dde91bd 100644 --- a/python-pyppmd.spec +++ b/python-pyppmd.spec @@ -63,6 +63,7 @@ hypothesis.settings.register_profile( suppress_health_check=[hypothesis.HealthCheck.too_slow] ) " >> tests/conftest.py +sed -i 's/milliseconds=300/milliseconds=5000/g' tests/test_fuzzer.py %build export CFLAGS="%{optflags}"