Skip to content
Snippets Groups Projects
Unverified Commit ad170393 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Why do you get killed on CI?

parent 27dbf98f
No related branches found
No related tags found
1 merge request!96Make the default profile disable too_slow and the deadline
......@@ -25,6 +25,7 @@ def _configure_hypothesis():
from hypothesis import (
HealthCheck,
Verbosity,
settings,
)
......@@ -51,6 +52,7 @@ def _configure_hypothesis():
# Make CI runs a little more aggressive in amount of coverage they try
# to provide.
max_examples=1000,
verbosity=Verbosity.debug,
**base
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment