Merge "Speed up test_lazy_connections"

This commit is contained in:
Zuul 2020-09-03 04:12:21 +00:00 committed by Gerrit Code Review
commit 9d8db8f612
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class ThreadTestCase(unittest.TestCase):
self.got_args_kwargs.put((args, kwargs))
if item == 'sleep':
sleep(1)
sleep(.1)
if item == 'go boom':
raise Exception('I went boom!')