From 5f60ea845d433bdeca1cd50dd20242ac19310124 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Mon, 29 Jan 2024 11:49:43 +0100 Subject: [PATCH] Done threshold --- examples/aws_ssh/aem.yml | 2 +- internal/provider/instance/aem.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aws_ssh/aem.yml b/examples/aws_ssh/aem.yml index a897b1d..8133864 100644 --- a/examples/aws_ssh/aem.yml +++ b/examples/aws_ssh/aem.yml @@ -63,7 +63,7 @@ instance: # Time to wait for next state checking interval: 6s # Number of successful check attempts that indicates end of checking - done_threshold: 4 + done_threshold: 3 # Wait only for those instances whose state has been changed internally (unaware of external changes) await_strict: true # Max time to wait for the instance to be healthy after executing the start script or e.g deploying a package diff --git a/internal/provider/instance/aem.yml b/internal/provider/instance/aem.yml index a897b1d..8133864 100644 --- a/internal/provider/instance/aem.yml +++ b/internal/provider/instance/aem.yml @@ -63,7 +63,7 @@ instance: # Time to wait for next state checking interval: 6s # Number of successful check attempts that indicates end of checking - done_threshold: 4 + done_threshold: 3 # Wait only for those instances whose state has been changed internally (unaware of external changes) await_strict: true # Max time to wait for the instance to be healthy after executing the start script or e.g deploying a package