From a780f1e274fc8e39d51cd7b8941bcdbbddff3ffb80740ab6d9cfa6b8b1e1f29f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 22 Dec 2022 10:35:15 +0000 Subject: [PATCH] - Increase hypothesis deadline time for test_fuzzer OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyppmd?expand=0&rev=2 --- python-pyppmd.changes | 5 +++++ python-pyppmd.spec | 1 + 2 files changed, 6 insertions(+) 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}"