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