diff --git a/src/_zkapauthorizer/tests/test_plugin.py b/src/_zkapauthorizer/tests/test_plugin.py index 325a87b941320179ec63501616625973e868f82c..c6b4e89d0cff64d7870ae4588cdd2f1bc725bdd1 100644 --- a/src/_zkapauthorizer/tests/test_plugin.py +++ b/src/_zkapauthorizer/tests/test_plugin.py @@ -52,6 +52,7 @@ from testtools.content import ( ) from hypothesis import ( given, + settings, ) from hypothesis.strategies import ( just, @@ -478,6 +479,9 @@ class LeaseMaintenanceServiceTests(TestCase): # of those at the right time. :/ tempfile.tempdir = original_tempdir + @settings( + deadline=None, + ) @given( tahoe_configs_with_dummy_redeemer, sampled_from([SERVERS_YAML, TWO_SERVERS_YAML]),