From ea758d0d9fae427b03ebbc2432ffbb4501418ac3 Mon Sep 17 00:00:00 2001 From: chrislu Date: Wed, 3 Sep 2025 17:43:54 -0700 Subject: [PATCH] remove sleep --- test/postgres/run-tests.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/postgres/run-tests.sh b/test/postgres/run-tests.sh index 65561bcbf..2c23d2d2d 100755 --- a/test/postgres/run-tests.sh +++ b/test/postgres/run-tests.sh @@ -116,13 +116,11 @@ case "$1" in "all") echo -e "${YELLOW}Running complete test suite...${NC}" - # Start services + # Start services (wait_for_service ensures they're ready) $0 start - sleep 5 - # Create data + # Create data (docker-compose up is synchronous) $0 produce - sleep 3 # Run tests $0 test