Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / test / cpp / common / timer_test.cc
index 63c0757..c78f75d 100644 (file)
@@ -56,7 +56,7 @@ class TimerTest : public ::testing::Test {
     }
   }
 
-  void TearDown() override { grpc_shutdown(); }
+  void TearDown() override { grpc_shutdown_blocking(); }
 
   bool do_not_test_{false};
 };