diff --git a/integration_tests/docker-compose.yml b/integration_tests/docker-compose.yml index 8d3d3fadca..70f0c7ab26 100644 --- a/integration_tests/docker-compose.yml +++ b/integration_tests/docker-compose.yml @@ -36,6 +36,7 @@ services: environment: - DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable - MODE=server + - LISTEN_NEW_EVENTS_INTERVAL_SEC=1 healthcheck: test: ["CMD-SHELL", "curl -f http://localhost:8000/api/version || exit 1"] interval: 10s @@ -60,6 +61,7 @@ services: - DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable - MODE=worker - WORKER_GROUP=default + - LISTEN_NEW_EVENTS_INTERVAL_SEC=1 healthcheck: test: ["CMD-SHELL", "curl -f http://localhost:8000/api/version || exit 1"] interval: 10s