Skip to content

Commit

Permalink
Merge branch 'master' into feature/check_correct_component_images
Browse files Browse the repository at this point in the history
asanzgom authored Oct 28, 2024
2 parents b8f3953 + b7e57ed commit cccd1cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cccd1cf

Please sign in to comment.