Skip to content

Commit

Permalink
Merge branch 'master' into installplan_approval
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM authored Oct 28, 2024
2 parents 955a3a3 + b7e57ed commit 2e4fe57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e4fe57

Please sign in to comment.