Increasing Subcloud Sync Status timeout to 20 minutes
Change-Id: Ic716ac7c1775f9b05265965e8f6a41da9e6ce048 Signed-off-by: croy <Christian.Roy@windriver.com>
This commit is contained in:
@@ -111,4 +111,4 @@ class DcManagerSubcloudListKeywords(BaseKeyword):
|
||||
|
||||
return actual_sync_status
|
||||
|
||||
validate_equals_with_retry(get_sync, expected_sync_status, f"Sync status of {subcloud_name}", timeout=120)
|
||||
validate_equals_with_retry(get_sync, expected_sync_status, f"Sync status of {subcloud_name}", timeout=1200)
|
||||
|
@@ -1,4 +1,11 @@
|
||||
{
|
||||
// dns name for the lab
|
||||
"dns_name": "fake_dns_name"
|
||||
"dns_name": "fake_dns_name",
|
||||
|
||||
// ACME server url
|
||||
"stepca_server_url": "custom_server_url",
|
||||
|
||||
// ACME server issuer
|
||||
"stepca_server_issuer": "custom_server_issuer",
|
||||
|
||||
}
|
Reference in New Issue
Block a user