aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/cpp/server/dynamic_thread_pool_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/server/dynamic_thread_pool_test.cc b/test/cpp/server/dynamic_thread_pool_test.cc
index 615b547077..63b603b8f7 100644
--- a/test/cpp/server/dynamic_thread_pool_test.cc
+++ b/test/cpp/server/dynamic_thread_pool_test.cc
@@ -42,7 +42,7 @@ namespace grpc {
class DynamicThreadPoolTest : public ::testing::Test {
public:
- DynamicThreadPoolTest() : thread_pool_(4) {}
+ DynamicThreadPoolTest() : thread_pool_(0) {}
protected:
DynamicThreadPool thread_pool_;