Skip to content

Commit 710af15

Browse files
authored
Integration testing pr feedback (#827)
Address PR comments regarding testing structure.
1 parent b9c03f6 commit 710af15

File tree

2 files changed

+617
-617
lines changed

2 files changed

+617
-617
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ integration-test: integration-test-clean
4949
@$(INTEGRATION_COMPOSE) up -d
5050

5151
@echo "⏳ Waiting for services to be ready..."
52-
@for i in $$(seq 1 30); do \
52+
@for i in $$(seq 1 10); do \
5353
echo -n "$$i... "; \
5454
sleep 1; \
5555
done; \

0 commit comments

Comments
 (0)