Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / test / core / bad_ssl / bad_ssl_test.cc
index e273f20..9ef027f 100644 (file)
@@ -153,7 +153,7 @@ int main(int argc, char** argv) {
   for (i = 3; i <= 4; i++) {
     grpc_init();
     run_test(args[2], i);
-    grpc_shutdown();
+    grpc_shutdown_blocking();
   }
 
   gpr_subprocess_interrupt(svr);