diff options
author | 2018-06-13 09:18:25 +0200 | |
---|---|---|
committer | 2018-06-13 09:18:25 +0200 | |
commit | 0d14c60e3f131738a1cc89e09622a612e1eb2b43 (patch) | |
tree | 84617df90a0ddb3b6492f836a9a2d356adda748f /tools | |
parent | 4951a92ddd8bcf9eb2e5c06fffc68c9fb16eace5 (diff) | |
parent | 5349496af08605d55d366b1370b540656cdd87a1 (diff) |
Merge pull request #15703 from jtattermusch/arena_cpu
Set higher cpu_cost for arena test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/generated/tests.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index f1276fdb2e..ba63352036 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -82,7 +82,7 @@ "posix", "windows" ], - "cpu_cost": 1.0, + "cpu_cost": 10, "exclude_configs": [], "exclude_iomgrs": [], "flaky": false, |