From 75c780039b0c378f4cda21e148c32d005711d938 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 22 Aug 2022 10:38:44 -0700 Subject: [PATCH] 4 cpus is the max (#30696) --- test/core/iomgr/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD index 05a9dedb43a..6f11a9864e6 100644 --- a/test/core/iomgr/BUILD +++ b/test/core/iomgr/BUILD @@ -350,7 +350,7 @@ grpc_cc_test( # TODO(apolcyn): This test is failing on Windows at entry, enable once passing. # See e.g. https://source.cloud.google.com/results/invocations/6716596a-c9e1-4780-85ed-890d8758d582/targets "no_windows", - "cpu:10", + "cpu:4", ], deps = [ "//:gpr",