tests/test-verify-repo-operations.py
changeset 51686 493034cc3265
parent 49305 53e9422a9b45
child 51696 7f0cb9ee0534
--- a/tests/test-verify-repo-operations.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/tests/test-verify-repo-operations.py	Thu Jul 18 12:36:12 2024 +0200
@@ -615,8 +615,8 @@
     settings(
         timeout=-1,
         stateful_step_count=1000,
-        max_examples=10 ** 8,
-        max_iterations=10 ** 8,
+        max_examples=10**8,
+        max_iterations=10**8,
         database=writeonlydatabase(settings.default.database),
     ),
 )