Skip to content

Commit

Permalink
added timeout to readiness to validator
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Sep 3, 2024
1 parent 571c7c0 commit f2e869a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/network/templates/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
exec:
command: ["bash", "scripts/node-readiness.sh"]
periodSeconds: 10
timeoutSeconds: 10
env:
{{- include "chain.env" $chain | nindent 10 }}
ports:
Expand Down

0 comments on commit f2e869a

Please sign in to comment.