Skip to content

Commit

Permalink
increase retry and delay
Browse files Browse the repository at this point in the history
  • Loading branch information
test-cli-e2e-aws committed Dec 3, 2024
1 parent 17196af commit 13c97f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plural/lib/cluster-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ executor: cluster-services

steps:
- script: plural cd services describe @mgmt/deploy-operator -o jsonpath='{.status}'
retry: 36
retry: 24
retry_if:
- result.systemout ShouldEqual STALE
delay: 5
delay: 10
assertions:
- result.systemout ShouldEqual HEALTHY

Expand Down

0 comments on commit 13c97f2

Please sign in to comment.