mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-26 14:47:44 +00:00
Unconditionally disable HealthCheck.too_slow
This commit is contained in:
parent
c73229e0a9
commit
10490a12f1
1 changed files with 3 additions and 1 deletions
|
|
@ -26,10 +26,12 @@ except ImportError:
|
||||||
else:
|
else:
|
||||||
del pytest_benchmark
|
del pytest_benchmark
|
||||||
|
|
||||||
|
|
||||||
|
settings.suppress_health_check = [HealthCheck.too_slow]
|
||||||
|
|
||||||
settings.register_profile("ci", settings(
|
settings.register_profile("ci", settings(
|
||||||
max_examples=1000,
|
max_examples=1000,
|
||||||
verbosity=Verbosity.verbose,
|
verbosity=Verbosity.verbose,
|
||||||
suppress_health_check=[HealthCheck.too_slow]
|
|
||||||
))
|
))
|
||||||
settings.register_profile("deterministic", settings(
|
settings.register_profile("deterministic", settings(
|
||||||
derandomize=True,
|
derandomize=True,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue