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

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