Skip to content

Commit

Permalink
even more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 7, 2024
1 parent b931f09 commit 6c1e3d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions deploy/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
network_mode: host
depends_on:
redis:
condition: service_healthy
condition: service_started
build:
context: ../
dockerfile: ./deploy/dotcom/dev/1/Dockerfile
Expand All @@ -37,15 +37,17 @@ services:
- 4001
healthcheck:
test: curl --fail http://localhost:4001/_health || exit 1
interval: 30s
interval: 60s
retries: 20
start_period: 180s
start_period: 240s
timeout: 60s
volumes:
- ../:/app

a11y-test:
image: mcr.microsoft.com/playwright:v1.42.1-jammy
healthcheck:
disable: true
depends_on:
dotcom:
condition: service_healthy
Expand Down

0 comments on commit 6c1e3d8

Please sign in to comment.