Bigger timeout for checks

This commit is contained in:
Daniel Berteaud 2023-11-11 00:57:21 +01:00
parent 6350e82f32
commit 45d8142d22
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ job [[ .pg.instance | toJSON ]] {
]
task = "postgres"
interval = "60s"
timeout = "8s"
timeout = "10s"
}
check {

View File

@ -8,7 +8,7 @@ pg:
# Postgres server settings
server:
# The image to use
image: danielberteaud/patroni:15.23.11-4
image: danielberteaud/patroni:15.23.11-5
# Number of postgres instance. Patroni will handle leader election and replication
count: 1