Skip to content

Commit

Permalink
Done threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jan 29, 2024
1 parent 9f3b271 commit 5f60ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/aws_ssh/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/instance/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f60ea8

Please sign in to comment.