未验证 提交 2db40d9f 编写于 作者: Z Zeng Jinle 提交者: GitHub

reduce thread num of retry_allocator_test,test=develop (#19638)

上级 4440d7ce
......@@ -43,7 +43,7 @@ TEST(RetryAllocator, RetryAllocator) {
std::unique_ptr<LockedAllocator> locked_allocator(
new LockedAllocator(std::move(best_fit_allocator)));
size_t thread_num = 8;
size_t thread_num = 4;
size_t sleep_time = 40;
size_t extra_time = 10;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册