https://github.com/SoftwareHeritage/swh-storage
Revision fc7c534430e8eb5718000257cfdac458c2155887 authored by Antoine R. Dumont (@ardumont) on 20 December 2018, 12:11:04 UTC, committed by Antoine R. Dumont (@ardumont) on 20 December 2018, 12:11:24 UTC
1 parent d124710
Raw File
Tip revision: fc7c534430e8eb5718000257cfdac458c2155887 authored by Antoine R. Dumont (@ardumont) on 20 December 2018, 12:11:04 UTC
listener: Make kafka client be less verbose
Tip revision: fc7c534
conftest.py
from hypothesis import settings

# define tests profile. Full documentation is at:
# https://hypothesis.readthedocs.io/en/latest/settings.html#settings-profiles
settings.register_profile("fast", max_examples=5, deadline=5000)
settings.register_profile("slow", max_examples=20, deadline=5000)
back to top