Reduce wait condition signal number

With more then 5% of failure rate in gate. We decide to reduce the possibility
of conflict by reduce the number of signal. Will try to resume the
number back, once we feel confortable.

Change-Id: I90e1d26a67a349f897d895f750d8e57fae98ec1f
(cherry picked from commit 411daeae89)
This commit is contained in:
Rico Lin 2017-02-16 12:01:31 +08:00
parent 4608336a6e
commit a6ab1c99ff
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ resources:
type: OS::Heat::WaitCondition
depends_on: instance1
properties:
count: 25
count: 12
handle: {get_resource: wait_handle}
timeout: {get_param: timeout}