Skip to content

Commit

Permalink
Changed restartCount 30 -> 60 (#956)
Browse files Browse the repository at this point in the history
Signed-off-by: Laura-Marie Henning <[email protected]>
  • Loading branch information
LaumiH authored and Karthik Satchitanand committed Nov 25, 2019
1 parent 085db70 commit 2430a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaoslib/pumba/pod_failure_by_sigkill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
register: restartCnt
until: "restartCnt.stdout|int > restartCnt_prev.stdout|int"
delay: 2
retries: 30
retries: 60

when: action == "killapp"

Expand Down

0 comments on commit 2430a7f

Please sign in to comment.