Commit c3fcf4b3 authored by Victor Stinner's avatar Victor Stinner

(Merge 3.4) asyncio: test_as_completed(): disable "slow callback" warning

parents f85581f6 accef5ce
......@@ -851,6 +851,8 @@ class TaskTests(test_utils.TestCase):
yield 0
loop = self.new_test_loop(gen)
# disable "slow callback" warning
loop.slow_callback_duration = 1.0
completed = set()
time_shifted = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment