From 60240bb54fa0876e65ee53ee5981d00522693615 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 4 Feb 2026 10:25:03 +0000 Subject: [PATCH] fix e2e --- integration_tests/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) 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