Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / test / cpp / common / time_jump_test.cc
index cbf88df..80462e7 100644 (file)
@@ -70,7 +70,7 @@ class TimeJumpTest : public ::testing::TestWithParam<std::string> {
     // Skip test if slowdown factor > 1
     if (grpc_test_slowdown_factor() == 1) {
       run_cmd("sudo sntp -sS pool.ntp.org");
-      grpc_shutdown();
+      grpc_shutdown_blocking();
     }
   }