Lower concurrency on rally port job

Previous runs are showing that creating ports under this high load
ends up taking >5 secs per port on average. Lets set to 4, which is
still double the api_worker count in some cases for the current gate.

Change-Id: I05a0d28f5b035684e07288825f5b704a843dc9d7
This commit is contained in:
Kevin Benton 2016-09-20 02:08:21 -07:00
parent 98e5dcaffd
commit a15d259b11
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
runner: runner:
type: "constant" type: "constant"
times: 40 times: 40
concurrency: 20 concurrency: 4
context: context:
users: users:
tenants: 1 tenants: 1