diff -r 39e2b2d062c1 -r 493034cc3265 tests/test-verify-repo-operations.py --- 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), ), )