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
|
- pebble
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-skf", "https://pebble:14000/dir"]
|
test: ["CMD", "curl", "-skf", "https://pebble:14000/dir"]
|
||||||
interval: 1s
|
interval: 2s
|
||||||
timeout: 3s
|
timeout: 5s
|
||||||
start_period: 5s # Sufficient time for CI environments
|
start_period: 20s # Extended startup window for slow CI
|
||||||
retries: 20 # Enough retries for slower CI
|
retries: 30 # Increased retries for CI reliability
|
||||||
networks:
|
networks:
|
||||||
- acme-test
|
- acme-test
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue