Browse Source

remove sleep

pull/7185/head
chrislu 1 month ago
parent
commit
ea758d0d9f
  1. 6
      test/postgres/run-tests.sh

6
test/postgres/run-tests.sh

@ -116,13 +116,11 @@ case "$1" in
"all") "all")
echo -e "${YELLOW}Running complete test suite...${NC}" echo -e "${YELLOW}Running complete test suite...${NC}"
# Start services
# Start services (wait_for_service ensures they're ready)
$0 start $0 start
sleep 5
# Create data
# Create data (docker-compose up is synchronous)
$0 produce $0 produce
sleep 3
# Run tests # Run tests
$0 test $0 test

Loading…
Cancel
Save