14
0
forked from pool/python-pyppmd

- Increase hypothesis deadline time for test_fuzzer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyppmd?expand=0&rev=2
This commit is contained in:
2022-12-22 10:35:15 +00:00
committed by Git OBS Bridge
parent 1453ebf70d
commit a780f1e274
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 22 10:30:11 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Increase hypothesis deadline time for test_fuzzer
-------------------------------------------------------------------
Wed Dec 21 11:05:13 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -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}"