Skip to content

Commit 6530ad4

Browse files
authored
Flaky: increase boot timeout (#635)
1 parent 70aa90b commit 6530ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/profile/_static/docker-compose-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
condition: service_healthy
7373
healthcheck:
7474
test: "curl -f http://127.0.0.1:8220/api/status | grep HEALTHY 2>&1 >/dev/null"
75-
retries: 12
75+
retries: 60
7676
interval: 5s
7777
hostname: docker-fleet-server
7878
environment:
@@ -97,7 +97,7 @@ services:
9797
condition: service_healthy
9898
healthcheck:
9999
test: "elastic-agent status"
100-
retries: 90
100+
retries: 180
101101
interval: 1s
102102
hostname: docker-fleet-agent
103103
environment:

0 commit comments

Comments
 (0)