From b7e57edc3a5a265a53ea233a3c980ca65fa3aa10 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 28 Oct 2024 13:34:20 +0100 Subject: [PATCH] Increase timeout when waiting for pipeline server to be created (#1976) Signed-off-by: Jorge Garcia Oncins --- .../DataSciencePipelines/DataSciencePipelinesBackend.resource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource b/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource index 8ffd4c7d5..01b0fc134 100644 --- a/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource +++ b/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource @@ -152,10 +152,10 @@ Wait Until Pipeline Server Is Deployed ${dspVersion}= Get DSP Version ${namespace} IF "${dspVersion}" == "v2" - Wait Until Keyword Succeeds 10 times 10s + Wait Until Keyword Succeeds 15 times 10s ... Verify Pipeline Server Deployments namespace=${namespace} ELSE - Wait Until Keyword Succeeds 10 times 10s + Wait Until Keyword Succeeds 15 times 10s ... Verify DSPv1 Pipeline Server Deployments namespace=${namespace} END