mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 02:46:49 +00:00
No need for sleep.
This commit is contained in:
parent
c9d140b05d
commit
154f1ce143
@ -601,7 +601,6 @@ class CPUThreadPool(unittest.TestCase):
|
||||
async def test_runs_in_thread(self):
|
||||
"""The given function runs in a thread."""
|
||||
def f(*args, **kwargs):
|
||||
time.sleep(0.1)
|
||||
return current_thread(), args, kwargs
|
||||
|
||||
this_thread = current_thread().ident
|
||||
|
Loading…
x
Reference in New Issue
Block a user