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

sigmoid_bug
Zeng Jinle 6 years ago committed by GitHub
parent 4440d7ced0
commit 2db40d9f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ TEST(RetryAllocator, RetryAllocator) {
std::unique_ptr<LockedAllocator> locked_allocator( std::unique_ptr<LockedAllocator> locked_allocator(
new LockedAllocator(std::move(best_fit_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 sleep_time = 40;
size_t extra_time = 10; size_t extra_time = 10;

Loading…
Cancel
Save