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
diff --git a/functional/test_os_wait_condition.py b/functional/test_os_wait_condition.py
index 5c1783a..66b182b 100644
--- a/functional/test_os_wait_condition.py
+++ b/functional/test_os_wait_condition.py
@@ -76,7 +76,7 @@
type: OS::Heat::WaitCondition
depends_on: instance1
properties:
- count: 25
+ count: 12
handle: {get_resource: wait_handle}
timeout: {get_param: timeout}