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:48:59 -05:00
parent aa518e9686
commit b867bb724d

View file

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