Skip to content

Commit b252e9b

Browse files
author
Francesco Mazzoli
committed
Damn sleep in Makefile...
1 parent 7407a6c commit b252e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ start-background-node: all
207207
-rm -f $(RABBITMQ_MNESIA_DIR).pid
208208
mkdir -p $(RABBITMQ_MNESIA_DIR)
209209
setsid sh -c "$(MAKE) run-background-node > $(RABBITMQ_MNESIA_DIR)/startup_log 2> $(RABBITMQ_MNESIA_DIR)/startup_err" &
210-
sleep 3
210+
sleep 1
211211

212212
start-rabbit-on-node: all
213213
echo "rabbit:start()." | $(ERL_CALL)

0 commit comments

Comments
 (0)