Increase timeout value of heat stack creation
Sometimes tacker-functional-devstack-multinode-sol-separated-nfvo fails because of timeout of heat stack creation. This patch increases timeout value of heat stack creation. Change-Id: I825a60ac2261c8d47ca4273318f51221be36bb9e
This commit is contained in:
@@ -230,6 +230,8 @@
|
|||||||
pipeline: package_content,vnfd,artifacts
|
pipeline: package_content,vnfd,artifacts
|
||||||
connect_grant:
|
connect_grant:
|
||||||
base_url: http://127.0.0.1:9990/grant/v1/grants
|
base_url: http://127.0.0.1:9990/grant/v1/grants
|
||||||
|
openstack_vim:
|
||||||
|
stack_retries: 120
|
||||||
tox_envlist: dsvm-functional-sol-separated-nfvo
|
tox_envlist: dsvm-functional-sol-separated-nfvo
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ VNF_SUBSCRIPTION_TIMEOUT = 60
|
|||||||
VNF_INSTANTIATE_ERROR_WAIT = 80
|
VNF_INSTANTIATE_ERROR_WAIT = 80
|
||||||
VNF_DELETE_COMPLETION_WAIT = 60
|
VNF_DELETE_COMPLETION_WAIT = 60
|
||||||
VNF_HEAL_TIMEOUT = 600
|
VNF_HEAL_TIMEOUT = 600
|
||||||
VNF_LCM_DONE_TIMEOUT = 600
|
VNF_LCM_DONE_TIMEOUT = 1200
|
||||||
RETRY_WAIT_TIME = 5
|
RETRY_WAIT_TIME = 5
|
||||||
FAKE_SERVER_MANAGER = FakeServerManager.get_instance()
|
FAKE_SERVER_MANAGER = FakeServerManager.get_instance()
|
||||||
MOCK_NOTIFY_CALLBACK_URL = '/notification/callback'
|
MOCK_NOTIFY_CALLBACK_URL = '/notification/callback'
|
||||||
|
|||||||
Reference in New Issue
Block a user