Increasing Subcloud Sync Status timeout to 20 minutes

Change-Id: Ic716ac7c1775f9b05265965e8f6a41da9e6ce048
Signed-off-by: croy <Christian.Roy@windriver.com>
This commit is contained in:
croy
2025-05-13 15:17:21 -04:00
parent 2709f067b5
commit 6021cd86ef
2 changed files with 9 additions and 2 deletions

View File

@@ -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)

View File

@@ -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",
}