From 3cefff8e65700046eda08ed55b8a94b5518c1e89 Mon Sep 17 00:00:00 2001 From: andreer Date: Thu, 2 Apr 2020 12:45:30 +0200 Subject: increase endpoint certificate timeout --- .../yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java index 71be06deec5..1f2d503326a 100644 --- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java +++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java @@ -939,7 +939,7 @@ public class InternalStepRunner implements StepRunner { Duration capacity() { return Duration.ofMinutes(system.isCd() ? 5 : 0); } Duration endpoint() { return Duration.ofMinutes(15); } - Duration endpointCertificate() { return Duration.ofMinutes(15); } + Duration endpointCertificate() { return Duration.ofMinutes(20); } Duration tester() { return Duration.ofMinutes(30); } Duration nodesDown() { return Duration.ofMinutes(system.isCd() ? 20 : 60); } Duration noNodesDown() { return Duration.ofMinutes(system.isCd() ? 20 : 120); } -- cgit v1.2.3