1
0
Fork 0

Adjust health checks and retry logic in E2E tests for improved CI reliability

This commit is contained in:
Joao Gilberto Magalhaes 2026-02-16 12:13:13 -05:00
parent 4df8666a2b
commit aa518e9686
2 changed files with 7 additions and 7 deletions

View file

@ -71,10 +71,10 @@ services:
- pebble
healthcheck:
test: ["CMD", "curl", "-skf", "https://pebble:14000/dir"]
interval: 5s
interval: 1s
timeout: 3s
start_period: 5s
retries: 3
start_period: 5s # Sufficient time for CI environments
retries: 20 # Enough retries for slower CI
networks:
- acme-test
restart: "no"