Skip to content

Commit

Permalink
Upping client timeout for ci tests
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Oct 30, 2024
1 parent fb89e91 commit 96f9d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_zkapauthorizer/tests/test_client_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ class RecoverTests(TestCase):
# testtools and Twisted both observe the log then we have to do all of
# that work twice, once for each system.
run_tests_with = AsynchronousDeferredRunTest.make_factory(
timeout=60.0, suppress_twisted_logging=True
timeout=90.0, suppress_twisted_logging=True
)

@given(
Expand Down

0 comments on commit 96f9d58

Please sign in to comment.