diff --git a/src/_zkapauthorizer/tests/__init__.py b/src/_zkapauthorizer/tests/__init__.py
index 98afe243e22cc561e27dd9aebab9e8f3e7f49cd9..1c5d4a1c33c192e143173df183b3b4f5842ad6b5 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
     )