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(): ...@@ -25,6 +25,7 @@ def _configure_hypothesis():
from hypothesis import ( from hypothesis import (
HealthCheck, HealthCheck,
Verbosity,
settings, settings,
) )
...@@ -51,6 +52,7 @@ def _configure_hypothesis(): ...@@ -51,6 +52,7 @@ def _configure_hypothesis():
# Make CI runs a little more aggressive in amount of coverage they try # Make CI runs a little more aggressive in amount of coverage they try
# to provide. # to provide.
max_examples=1000, max_examples=1000,
verbosity=Verbosity.debug,
**base **base
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment