From 2fa57a015143915d54371ce63c89486c712229eb Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 5 Mar 2020 19:30:07 -0500
Subject: [PATCH] Maybe 1000 is too aggressive for CircleCI

---
 src/_zkapauthorizer/tests/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/_zkapauthorizer/tests/__init__.py b/src/_zkapauthorizer/tests/__init__.py
index 98afe24..1c5d4a1 100644
--- a/src/_zkapauthorizer/tests/__init__.py
+++ b/src/_zkapauthorizer/tests/__init__.py
@@ -51,7 +51,7 @@ def _configure_hypothesis():
         "ci",
         # Make CI runs a little more aggressive in amount of coverage they try
         # to provide.
-        max_examples=1000,
+        max_examples=200,
         verbosity=Verbosity.debug,
         **base
     )
-- 
GitLab