Add poll interval for gabbi api tests

Increase the delay interval from 1 sec to 2 secs.
This will make the total waiting period twice longer without generate more
queries.

Depends-On: https://review.opendev.org/#/c/700512/

Change-Id: I7dd23f85c9f58ca42d7607a2a472af7afbe69e55
Story: #2006674
Task: #37833
This commit is contained in:
ricolin 2019-12-18 20:03:06 +08:00 committed by Rico Lin
parent 13b0bf9cc5
commit dc2952029b
3 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ tests:
redirects: True
poll:
count: 10
delay: 1.0
delay: 2.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE

View File

@ -38,7 +38,7 @@ tests:
redirects: True
poll:
count: 10
delay: 1.0
delay: 2.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE

View File

@ -38,7 +38,7 @@ tests:
redirects: True
poll:
count: 10
delay: 1.0
delay: 2.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE
@ -88,7 +88,7 @@ tests:
redirects: True
poll:
count: 10
delay: 1.0
delay: 2.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE
@ -132,7 +132,7 @@ tests:
redirects: True
poll:
count: 10
delay: 1.0
delay: 2.0
response_json_paths:
$.stack.stack_status: UPDATE_COMPLETE
@ -152,7 +152,7 @@ tests:
redirects: True
poll:
count: 10
delay: 1.0
delay: 2.0
response_json_paths:
$.stack.stack_status: UPDATE_COMPLETE