From f2e869ade5f92cab0e4fd4e1c86873951d707f7d Mon Sep 17 00:00:00 2001 From: sampocs Date: Tue, 3 Sep 2024 09:24:04 -0500 Subject: [PATCH] added timeout to readiness to validator --- integration-tests/network/templates/validator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/network/templates/validator.yaml b/integration-tests/network/templates/validator.yaml index e08dc0f720..6ff8bb4354 100644 --- a/integration-tests/network/templates/validator.yaml +++ b/integration-tests/network/templates/validator.yaml @@ -77,6 +77,7 @@ spec: exec: command: ["bash", "scripts/node-readiness.sh"] periodSeconds: 10 + timeoutSeconds: 10 env: {{- include "chain.env" $chain | nindent 10 }} ports: