Merge "Promote test speed of test__update_nodes_batch_policy"

This commit is contained in:
Jenkins 2017-02-06 10:19:35 +00:00 committed by Gerrit Code Review
commit 0e59627999
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class ClusterUpdateTest(base.SenlinTestCase):
action.id = 'CLUSTER_ACTION_ID'
action.data = {
'update': {
'pause_time': 3,
'pause_time': 0.1,
'min_in_service': 1,
'plan': [{node1.id}, {node2.id}],
}