Adjust health checks and retry logic in E2E tests for improved CI reliability
This commit is contained in:
parent
aa518e9686
commit
b867bb724d
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue