def tearDown(self):
self.executor.shutdown(wait=True)
dt = time.time() - self.t1
if test_support.verbose:
print("%.2fs" % dt)
self.assertLess(dt, 60, "synchronization issue: test lasted too long")
test_futures.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录