set higher cpu_cost for arena test

pull/15703/head
Jan Tattermusch 7 years ago
parent 8f9445ca9f
commit 5349496af0
  1. 1
      build.yaml
  2. 2
      tools/run_tests/generated/tests.json

@ -2032,6 +2032,7 @@ targets:
dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
maxlen: 2048
- name: arena_test
cpu_cost: 10
build: test
language: c
src:

@ -82,7 +82,7 @@
"posix",
"windows"
],
"cpu_cost": 1.0,
"cpu_cost": 10,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,

Loading…
Cancel
Save