mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
Undo changes that should probably be in a different branch.
This commit is contained in:
parent
413cf75d54
commit
eaca639b6f
@ -1190,9 +1190,7 @@ class AsyncTestCase(_TestCaseMixin, TestCase):
|
||||
only fire if the global reactor is running.
|
||||
"""
|
||||
run_tests_with = EliotLoggedRunTest.make_factory(
|
||||
AsynchronousDeferredRunTest.make_factory(
|
||||
timeout=60.0, suppress_twisted_logging=False,
|
||||
store_twisted_logs=False),
|
||||
AsynchronousDeferredRunTest.make_factory(timeout=60.0),
|
||||
)
|
||||
|
||||
|
||||
@ -1206,9 +1204,7 @@ class AsyncBrokenTestCase(_TestCaseMixin, TestCase):
|
||||
pass with ``AsyncTestCase``.
|
||||
"""
|
||||
run_tests_with = EliotLoggedRunTest.make_factory(
|
||||
AsynchronousDeferredRunTestForBrokenTwisted.make_factory(
|
||||
timeout=60.0, suppress_twisted_logging=False,
|
||||
store_twisted_logs=False),
|
||||
AsynchronousDeferredRunTestForBrokenTwisted.make_factory(timeout=60.0),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user